<?xml version="1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><?TEIVERSION 1.3.0. Last updated on February 1st 2009.?><teiHeader><fileDesc><titleStmt><title type="main">The TEI Tite</title><title type="sub">A standard for off-site text encoding</title><author>Perry Trolard</author></titleStmt><publicationStmt><p>Written as the principal product of an independent study under <name>John
      Unsworth</name> at the <name>Graduate School of Library and Information
      Science</name>, <name>University of Illinois at Urbana-Champaign</name>,
      <date>Spring 2006</date>.</p></publicationStmt><sourceDesc><p>This electronic document is the original, but it primarily synthesizes
     work done at the <list><item><name>University of Michigan Digital Library Production
       Service</name>, </item><item><name>University of Virginia Digital Library Production
       Service</name>, </item><item>and the <name>California Digital Library</name></item></list> and represented in their documents <list><item><ref target="http://www.umdl.umich.edu/docs/encodingstandards.html"><title>Minimum standards for text capture</title></ref>, </item><item><ref target="http://pogo.lib.virginia.edu/dlps/public/text/vendor/vendor.html"><title>Text Encoding Guidelines for Keyboarding Vendors</title></ref>, </item><item> and <ref target="http://www.cdlib.org/inside/diglib/stwg/base/BASE_BPG.html"><title>CDL TEI Base Encoding Guidelines</title></ref>. </item></list>, respectively. </p></sourceDesc></fileDesc><revisionDesc><change when="2008-01-31" who="PJT">Edited prose to conform to P5 official 
    release.</change><change when="2008-01-30" who="DRS">Removed @rendition from att.global, as there
     is no &lt;tagsDecl&gt; element to contain a &lt;rendition&gt; target. 
     Added several more element exclusions from TEI Lite (handNote, namespace,
     rendition, tagUsage).</change><change when="2007-06-24" who="SPQR">Added sugar elements to att.global</change><change when="2007-06-07" who="SPQR">Added equiv for ornament and
   cols,
and changed prose about ornament to use @rend</change><change when="2007-05-08" who="SPQR">Added equiv the hi-like objects</change><change when="2007-01-23" who="PJT">Modified available attributes for
    &lt;gap&gt;, &lt;unclear&gt;; added <hi rend="att">ed</hi> attribute to
    &lt;cols&gt;.</change><change when="2007-01-20" who="PJT">Misc. prose edits; cleaned up unnecessary
     &lt;elementSpec&gt; elements.</change><change when="2006-12-21" who="PJT">Added &lt;text&gt; as alternate root (on
     <hi rend="att">start</hi> attribute of &lt;schemaSpec&gt;), making teitite-nohead
    redundant; added &lt;div0&gt; to list of elements Tite excludes (it's
    always been exluded, but now is reported).</change><change when="2006-12-16" who="PJT">Finished initial draft.</change></revisionDesc></teiHeader><text><front><titlePage><docTitle><titlePart type="main">The TEI Tite</titlePart><titlePart type="sub">A standard for off-site text encoding</titlePart></docTitle><docAuthor>Perry Trolard</docAuthor><docDate>December 2006</docDate></titlePage></front><body><div type="section" xml:id="intro"><head>Introduction</head><p> This document specifies how the Tite standard should be applied.  Its
     organizing model is roughly the structure of a TEI document itself, and it
     proceeds from high-level features to low, starting with general
     requirements, text structure, directions on when to group texts,
     considerations about type of text (genre and format), continuing down to
     instructions on marking phrase-level features, reference systems, and so
     forth.  In its original <soCalled><abbr>ODD</abbr></soCalled> (one document does-it-all) format, this document can generate
     everything necessary for working in Tite: both documentation (this
     Tite-specific prose as well as the full TEI technical documentation for
     relevant elements) and schemas in either W3C Schema, RelaxNG, or XML DTD.
     The <ref target="http://www.tei-c.org/Roma/">Roma web tool</ref> can
     generate all of these.</p><p> Tite-encoded documents are TEI documents, and the Tite
    standard, with the exception of convenience elements (&lt;b&gt;,
    &lt;i&gt;, &lt;ul&gt;, &lt;sup&gt;, &lt;sub&gt;,
    &lt;smcap&gt;, &lt;cols&gt; and &lt;ornament&gt; all of which
    can be converted back to canonical TEI), is a pure subset of the
    TEI. That is, it was created primarily by <emph>removing</emph>
    elements and attributes from the TEI, and not from extensive
    <emph>modification</emph>. Thus as part of the TEI family, Tite
    inherits TEI semantics, and ambiguity in this specification should
    be resolved with reference to the TEI Guidelines. What makes Tite
    distinct is that where the TEI in general is famously tolerant of
    multiple methods of encoding a given feature, Tite seeks
    uniformity of encoding through constraint, constraint via its
    stripped-down tag set and via this specification.</p><p>Tite can be used to encode printed prose, poetry, drama,
    newspapers, and anything else which can be described with the
    basic TEI building-blocks of divisions, paragraphs, line groups,
    and speeches.</p><p> A note on terms: I use <term>document</term> to refer generally to the
     item (book, pamphlet, newspaper, etc.) to be encoded and <term>text</term>
     as either linguistic material (as opposed to graphic or imagistic) or a
     logically distinct literary unit.</p></div><div type="section" xml:id="genreq"><head>General Requirements</head><div type="subsection" xml:id="capture"><head>What to Capture</head><p> All printed material should be captured: all text (that is, printed
      characters) should be transcribed and the presence of graphical items or
      other non-transcribable elements should be indicated with markup.
      Normally <mentioned>text</mentioned> is understood to mean text in a
      Western character set, but this will be negotiated for each job.  The
      presence of text in character sets outside the current scope should be
      indicated with the &lt;gap&gt; element.</p></div><div type="subsection" xml:id="e-o-l"><head>End-of-line Hyphens</head><p> A distinction should be maintained in the electronic transcription
      between end-of-line or <soCalled>soft</soCalled> hyphens (an artifact of
      page layout) and <soCalled>hard</soCalled> hyphens (a linguistic feature).
      In the rare case of coincidence of the two types, the hyphen should be
      marked as hard (as it is not properly an end-of-line hyphen at all in this
      case).</p></div><div type="subsection" xml:id="charcode"><head>Character Encoding</head><p> Texts should be encoded in UTF-8. For non-keyboard characters, each
      project should decide what kind of entities will serve best (mnemonic,
      numerical, etc.).</p></div><div type="subsection" xml:id="accuracy"><head>Accuracy and Verification</head><p> The standard for accuracy of transcription should be 99.99% (1 error in
      10,000 characters). The sample size for verification should be 5% of the
      total text.</p></div><div type="subsection" xml:id="vendnotes"><head>Documenting the Encoding Process</head><p>Almost unavoidably, difficult encoding situations will arise whose
      resolution may not be covered by these guidelines, <soCalled>common
      sense</soCalled>, or anything else close to hand. In any case like this
      where there is doubt or difficulty, it is important to document the markup
      choices that are made. To this end each encoded text should be accompanied
      by a document with such notes. These notes should reference both features
      of a document that seem remarkable to encoders (and how these were
      handled) and remarkable or non-obvious encoding decisions made by
      encoders.</p></div></div><div type="section" xml:id="globalstruct"><head>Global Text Structure</head><div type="subsection" xml:id="teistruct"><head>TEI text structure</head><p>The basic structure of a TEI text is as follows: <egXML xmlns="http://www.tei-c.org/ns/Examples"><TEI><teiHeader> [ TEI Header information ] </teiHeader><text><front> [ front matter ... ] </front><body> [ body of text ... ] </body><back> [ back matter ... ] </back></text></TEI></egXML></p><p>Thus there are two basic components: the (marked-up) text and its
      catalog-like description in the header. Tite is really only concerned with
      the text; it simply reproduces the &lt;teiHeader&gt; content model from
      the <ref target="http://www.tei-c.org/Lite/">TEI Lite</ref>. </p></div><div type="subsection" xml:id="teihead"><head>The &lt;teiHeader&gt;</head><p> Normally the client institution maintains responsibility for the
      header. The header can be sent to the off-site location to be kept with
      the encoded text, or no header may be sent. In the latter case a unique
      identifying number should be given as the <hi rend="att">xml:id</hi> attribute of
      the &lt;text&gt; element. For validation of header-less &lt;text&gt;s,
      if an XML DTD is being used as the schema, simply replace the &lt;TEI&gt;
      element with &lt;text&gt; as the root element in the document type
      declaration. (I.e. <code>&lt;!DOCTYPE text PUBLIC . . .
      &gt;</code>.) If using RELAX NG, &lt;TEI&gt; and &lt;text&gt; are valid
      root elements.</p><p>As above, the content model for Tite is taken verbatim from the
      TEI Tite, thus maintaining full flexibility for the client institution
      while at the same time not imposing undue burden: a valid header can
      include as little as a title (&lt;titleStmt&gt;), publication statement
       (&lt;publicationStmt&gt;), and a description of the source document
       (&lt;sourceDesc&gt;).</p></div><div type="subsection" xml:id="group"><head>Groups of Texts</head><p> A document should be encoded as a group of texts only when each
      potential member of the group contains its own front or back matter (most
      often, a separate title page). In this case the &lt;group&gt; element
      should replace the &lt;text&gt; element, and should contain child
       &lt;text&gt; elements each containing a &lt;front&gt;, &lt;body&gt;,
      and &lt;back&gt; (each &lt;text&gt; need not have both front and back
      matter, but should have at least one). Note that this group of texts will
      still have its own front and back matter. When dealing with a group of
      texts, the basic TEI text structure is modified to look like: <egXML xmlns="http://www.tei-c.org/ns/Examples"><TEI><teiHeader> [ header information for the group ] </teiHeader><text><front> [ front matter for the group ] </front><group><text><front> [ front matter of first text ] </front><body> [ body of first text ] </body><back> [ back matter of first text ] </back></text><text><front> [ front matter of second text ] </front><body> [ body of second text ] </body><back> [ back matter of second text ] </back></text> 
                [ more texts or groups of texts here ] 
         </group><back> [ back matter for the group ] </back></text></TEI></egXML></p><p> In cases where a document appears to contain a group of texts but the
      above condition is not met, encode each unit as a &lt;div&gt; with an
      appropriate <hi rend="att">type</hi> attribute.</p></div><div type="subsection" xml:id="div"><head>Structural Divisions</head><p>Tite uses numbered &lt;div&gt; elements: &lt;div1&gt; through
      &lt;div7&gt;, which stand for levels of nesting within a text.
      &lt;div1&gt;s nest inside or are contained by the &lt;front&gt;,
       &lt;body&gt;, and &lt;back&gt; elements, &lt;div2&gt;s nest inside or
      are contained by &lt;div1&gt;s, etc. The document's table of contents is
      often a good place to find cues about where structural divisions start and
      end; other cues can be blank pages, recurring typographical or ornamental
      features, or a numbering system ("Chapter 5" etc.). Also, the presence of
      a heading will often indicate the beginning of a division.</p><p>The <hi rend="att">type</hi> attribute should be used to express the type of
      division being marked. Where present, use the unit name given in the
      document itself. Though any constrained enumerated list of <hi rend="att">type</hi>
      values will have to be determined on a job-by-job basis, some examples of
      appropriate division types are: <list><item><hi rend="val">act</hi></item><item><hi rend="tag">&lt;article&gt;</hi></item><item><hi rend="val">book</hi></item><item><hi rend="val">chapter</hi></item><item><hi rend="val">essay</hi></item><item><hi rend="val">letter</hi></item><item><hi rend="val">part</hi></item><item><hi rend="val">scene</hi></item><item><hi rend="val">section</hi></item><item><hi rend="val">subsection</hi></item></list> For a good example of extensive use of enumerated lists to
      constrain possible types, see the <ref target="http://pogo.lib.virginia.edu/dlps/public/text/vendor/vendor.html">University of Virginia Library's DLPS vendor specification</ref>.</p><p>The <hi rend="att">n</hi> attribute should be used to record sequential labels
      associated with a structural division (numbers, numerals, letters). When
      present, these labels should also be transcribed within the &lt;head&gt;
      tag. For instance: <egXML xmlns="http://www.tei-c.org/ns/Examples"><div n="III" type="part"><head>III: It Awakes</head> 
        [...] 
       </div></egXML></p><p>When a heading is present, encode it with the &lt;head&gt; tag. If
      there is more than one heading at the beginning of a given division,
      encode each heading separately, using the <hi rend="att">type</hi> attribute to
      distinguish them. Appropriate values are: <list><item><hi rend="val">main</hi></item><item><hi rend="val">sub</hi> (subtitle)</item><item><hi rend="val">alt</hi> (alternate)</item><item><hi rend="val">desc</hi> (descriptive)</item></list></p><div type="subsubsection" xml:id="nondivs"><head>False Indicators</head><p>A <term>divisional title</term> is a page that resembles a half-title
       page: it displays the title or heading of a major structural unit on an
       otherwise blank page. <term>Divisional titles</term> should be encoded
       not with a separate &lt;div&gt; element, but as a &lt;head&gt; within
       the appropriate &lt;div&gt;. For <term>half-title pages</term> and
       similar <term>fly-title pages</term> see the section on <ref target="#frontback">Front Matter</ref>.</p><p>Another potential false indication of a new structural division is an
        <term>ornament</term> used as an informal division: a printer's ornament
       of some sort, a string of asterisks or periods, or a horizontal line.
       Mark these with the special &lt;ornament&gt; element. If the ornament is
       a horizontal line or printer's device or otherwise not transcribable,
       make the element empty and include an appropriate <hi rend="att">type</hi>
       attribute (<hi rend="val">line</hi> or <hi rend="val">ornament</hi>); if the ornament
       is made up of characters, transcribe the characters into the 
       &lt;ornament&gt;'s content.</p></div></div><div type="subsection" xml:id="frontback"><head>Front and Back Matter</head><p>Front and back matter should be encoded with the &lt;front&gt; and
       &lt;back&gt; elements, respectively. &lt;div1&gt; elements should
      contain the major sections and should be characterized by <hi rend="att">type</hi>
      attribute values. The exception, however, is the title page, which should
      be encoded with the &lt;titlePage&gt; element. The &lt;titlePart&gt;
      element should have <hi rend="att">type</hi> attributes like for &lt;head&gt; but
      with one addition (<hi rend="val">volume</hi>): <list><item><hi rend="val">main</hi></item><item><hi rend="val">sub</hi> (subtitle)</item><item><hi rend="val">desc</hi> (descriptive title)</item><item><hi rend="val">alt</hi> (alternate title)</item><item><hi rend="val">volume</hi> (volume information)</item></list><code>&lt;titePart type="volume"&gt;</code> should be used to
      encode volume information wherever it is found on the title page, even if
      it is separated from the other title information. Here is the element
      class that forms the &lt;titlePage&gt; content model: <code>&lt;!ENTITY %
       model.titlepagePart "graphic | byline | epigraph | docTitle | titlePart |
       docAuthor | docEdition | docImprint | docDate | figure | ornament"
       &gt;</code></p><p>Information on the verso of the title page should be included as well
      (after a &lt;pb&gt;).</p><p>Common items to encode in front and back matter -- and therefore common
       <hi rend="att">type</hi> attribute values for &lt;front&gt; and &lt;back&gt;
      divisions are: <list><item>acknowledgements</item><item>advertisement</item><item>castlist</item><item>contents</item><item>dedication</item><item>fly-title</item><item>foreword</item><item>introduction</item><item>preface</item><item>appendix (back)</item><item>bibliography (back)</item><item>colophon (back)</item><item>glossary (back)</item><item>index (back)</item></list></p><p><term>Half-title</term> and <term>fly-title</term> pages may be
      encountered in the front matter. A <term>half-title</term> page precedes
      the title page proper and sometimes includes volume or series information;
      a <term>fly-title</term> page comes at the very end of the front matter,
      just before the body. In the case of half-titles, encode these as
       <code>&lt;div1 type="half-title"&gt;</code> (with
      &lt;titlePart&gt; elements as appropriate); in the case of fly-titles,
      encode them likewise with <code>&lt;div1
      type="fly-title"&gt;</code>, making sure to make the fly-title
      division the last part of the front matter (and not the first part of the
      body, as may seem reasonable as well). </p></div></div><div type="section" xml:id="genre"><head>Types of Text</head><p>Tite is equipped to support basic encoding of several types of text: in
     terms of genre, it supports prose, verse, and drama, and in terms of
     format, it supports books, newspapers, pamphlets, and other similar printed
     material. Tite has special tags for letters, verse, drama, and newspapers.</p><div type="subsection" xml:id="letters"><head>Letters</head><p>&lt;opener&gt; and &lt;closer&gt; are elements designed to encode the
      beginning and ending sections of letters, prefaces, diary entries, or
      other personal types of writing. Both elements contain: <list><item>&lt;dateline&gt;: for recording time and place of composition;
         use &lt;date&gt; with <hi rend="att">type</hi> value (formatted
          yyyy-mm-dd) to record date information</item><item>&lt;signed&gt;: for recording a signature</item><item>&lt;salute&gt;: for recording salutation at the beginning ("Dear
        Roger,") or end ("Yours truly,")</item></list></p><p>&lt;opener&gt; contains additional elements that are not intended for use
      with letters: <list><item>&lt;argument&gt;: for a summary that precedes a division</item><item>&lt;byline&gt;: for a statement of responsibility for the
       document</item></list> However, the last &lt;opener&gt;-specific element,
      &lt;epigraph&gt;, will often be useful in the context of a letter. When
      encoding an epigraph, make sure to encode the content as you would any
      other feature, marking line groups, bibliographical elements, etc.</p></div><div type="subsection" xml:id="verse"><head>Verse</head><p>All verse should be encoded within at least one &lt;lg&gt; tag, even
      when there are no distinct stanzas or when the verse is interspersed with
      prose. If it is known, use the <hi rend="att">type</hi> attribute to express the
      type of line group. Sometimes within a poem there is a question about what
      should be tagged as a &lt;lg&gt; or as a separate &lt;div&gt;. As a
      rough rule of thumb, if there is a title accompanying the division, use
      the &lt;div&gt; element; otherwise, use &lt;lg&gt;.</p><p> Each line of verse should be encoded with the &lt;l&gt; tag, and care
      should be taken to distinguish these logical lines of verse from lines
      motivated by page layout. The latter should be encoded as &lt;lb&gt;s.
      Thus <eg>
       
AS virtuous men pass mildly away,  
  And whisper to their souls to go,  
Whilst some of their sad friends do say, 
  "Now his breath goes," and some say, "No."  

      </eg> should be encoded as <egXML xmlns="http://www.tei-c.org/ns/Examples"><lg type="stanza"><l>AS virtuous men pass mildly away,</l><l rend="indent1">And whisper to their souls to <lb/> go,</l><l>Whilst some of their sad friends<lb/> do say,</l><l rend="indent1">"Now his breath goes," and <lb/> some say,
         "No."</l></lg></egXML> Also, as in the example above, use the <hi rend="att">rend</hi> attribute
      to mark when a line is indented more than its siblings. Using
       <soCalled>numbered</soCalled> indent values (e.g. "indent1", "indent2",
      etc.) makes clear different levels of indentation.</p></div><div type="subseciton" xml:id="drama"><head>Drama</head><p>The standard TEI elements for drama should be used: &lt;sp&gt;,
       &lt;stage&gt;, &lt;speaker&gt;. If the <hi rend="att">who</hi> attribute is used
      on &lt;sp&gt;, also transcribe who is given as the speaker, in whatever
      form it is written, in the &lt;speaker&gt; tag. Short pieces of
      stage direction that accompany the speaker designation may be included in
      the &lt;speaker&gt; tag. </p><p>Scenes and acts should be encoded as appropriately nested &lt;div&gt;
      elements with <hi rend="att">type</hi> attributes of <hi rend="val">scene</hi> or
       <hi rend="val">act</hi>, respectively. Cast lists can likewise be encoded using
       &lt;div&gt; and <code>type="castlist"</code>. </p><p>Prologues and epilogues can be treated as &lt;sp&gt;s of their own,
      unless their structure would be better represented by nesting these in
       &lt;div&gt; tags. </p></div><div type="subsection" xml:id="newspaper"><head>Newspapers</head><p>Tite includes the elements &lt;cols&gt; and &lt;cb&gt; which are well
      suited for the multi-column layout of newspapers. Decisions about how to
      render the layout in markup may not be well addressed here, but as an
      example of project-specific specifications see the <ref target="http://pogo.lib.virginia.edu/dlps/public/text/vendor/vendor.html">University of Virginia Library's documentation</ref>. </p></div></div><div type="section" xml:id="block"><head>Block-level Features</head><div type="subsection" xml:id="quots"><head>Block Quotations</head><p>Use the &lt;q&gt; element to encode block quotations, but not inline
      quotations. A block quotation is indicated by its being set off from
      surrounding text either with extra line-spacing or margins or with a
      different typeface. If necessary, an entire quoted text can go inside of a
       &lt;q&gt; tag, in which case a secondary TEI &lt;text&gt; hierarchy
      should nest inside of the quotation. This is preferable to employing an
      ambiguous use of &lt;div&gt; elements (where it is not clear whether the
       &lt;div&gt; is a structure in the containing text or the quoted text).
      Thus this is desirable: <egXML xmlns="http://www.tei-c.org/ns/Examples"><div1 type="intro"><p>[ . . . ]</p><q>[ here's a poem ]</q><p>[ . . . ]</p></div1></egXML> and this is not: <egXML xmlns="http://www.tei-c.org/ns/Examples"><div1 type="introduction"><div2 type="stuff-before-the-poem"><p>[ . . . ]</p></div2><div2 type="poem"><q><lg><l>here's a poem</l></lg></q></div2><div2 type="stuff-after-the-poem"><p>[ . . . ]</p></div2></div1></egXML></p><p>A &lt;q&gt; tag should not have any affect on the presence of quotation
      marks: if they are there, transcribe them.</p></div><div type="subsection" xml:id="figures"><head>Figures</head><p> If a figure has a heading or caption, encode it with the &lt;head&gt;
      tag. If there is associated text, simply use a &lt;p&gt; to encode it.
     </p></div><div type="subsection" xml:id="tableslists"><head>Tables and Lists</head><p>If a cell in a table is a heading or a label, use the <hi rend="att">role</hi>
      attribute on the &lt;cell&gt; tag and set it to <hi rend="val">label</hi>; if
      the cell contains data, there is no need to use <hi rend="att">role</hi>:
       <hi rend="val">data</hi> is the default. If a cell or row spans more than one
      column or row, use the <hi rend="att">rows</hi> or <hi rend="att">cols</hi> attributes set
      to the number of columns or rows that it spans. </p><p>If unsure about whether a structure is best encoded as a list or table,
      record it as a table only if it would not be properly understood without
      tabular layout. </p><p>TEI lists are either sequences of &lt;items&gt; or
       &lt;label&gt;-&lt;item&gt; pairs. If a list has the latter structure,
      be sure to explicitly encode each part. </p></div><div type="subsection" xml:id="notes"><head>Notes</head><p>Both the reference to the note in the running text and the note itself
      must be encoded. Use &lt;ptr&gt; or &lt;ref&gt; to encode the reference.
      If there is no reference in the text (often the case for marginal notes),
      supply a &lt;ptr&gt; element in a reasonable place in the text running
      beside the note. If there is a reference (number, symbol, etc.), use the
       &lt;ref&gt; element and include the reference text as the content. In
      both cases, a <hi rend="att">target</hi> attribute must be supplied which contains
      the <hi rend="att">xml:id</hi> value of the associated &lt;note&gt;. </p><p>When encoding the note itself with the &lt;note&gt; tag, the
       <hi rend="att">xml:id</hi> and <hi rend="att">place</hi> attributes must be supplied. See
      the TEI documentation for acceptable values for <hi rend="att">place</hi>; the most
      common will be <hi rend="val">foot</hi>, <hi rend="val">end</hi>, <hi rend="val">margin-left
       (-right, -top, -bot)</hi>.</p><p>Transcribe the note directly after it is referenced in the document. In
      the case of notes without explicit reference (pointed to with
      &lt;ptr&gt;), set the <hi rend="att">anchored</hi> attribute to
      <hi rend="val">false</hi>.</p></div><div type="subsection" xml:id="divwrap"><head><soCalled>divWrapper</soCalled> Elements</head><p>Elements that can appear at the beginning and end of structural
      divisions, such as &lt;argument&gt;, &lt;epigraph&gt;, and
      &lt;opener&gt;, are called <soCalled>divWrapper</soCalled> elements in
      the TEI class system. An <term>argument</term> is a summary of what is to 
      come; be sure to distinguish this from a <term>heading</term>, which is a 
      <emph>title</emph> for the division. If an epigraph comes with 
      bibliographic or simple citation material, encode this as well. For example: 
      <egXML xmlns="http://www.tei-c.org/ns/Examples"><epigraph><cit><q>"I have sworn upon the altar of God eternal hostility against every
          form of tyranny over the mind of man."</q><bibl><author>Thomas Jefferson.</author></bibl></cit></epigraph></egXML></p></div><div type="subsection" xml:id="ab"><head>Uncertain Blocks</head><p>In rare cases where the logical identity of a block-level element is
      hard to discern, use the TEI element &lt;ab&gt; (anonymous block) instead
      of applying a &lt;p&gt; or &lt;div&gt; tag. In these cases, be sure to
      document this decision in accompanying notes. <emph>Applying this element
       should be viewed as a last resort.</emph></p><p>The &lt;gap&gt; element should be used when for some reason the
      document being transcribed contains illegible text (smudged, torn,
      missing, etc.) or something outside the scope of transcription for a given
      project: characters in an unsupported character set, for instance.
      &lt;gap&gt; indicates that something is omitted. When using &lt;gap&gt;,
      set the <hi rend="att">reason</hi> attribute to an appropriate value. (See <ref target="#seg">&lt;unclear&gt;</ref> below.)</p></div></div><div type="section" xml:id="phrase"><head>Phrase-level features</head><div type="subsection" xml:id="typographical"><head>Typographical Changes</head><p>There are six elements in Tite that capture specific typographical
      features: <list><label>&lt;b&gt;</label><item>for bold-face glyphs</item><label>&lt;i&gt;</label><item>for italicized glyphs</item><label>&lt;ul&gt;</label><item>for underlined glyphs</item><label>&lt;smcap&gt;</label><item>for glyphs in small-caps</item><label>&lt;sub&gt;</label><item>for glyphs in subscript</item><label>&lt;sup&gt;</label><item>for glyphs in superscript</item></list> These mark the physical change, and are agnostic about a logical
      motivation for it. There are two exceptions to this approach, however:
      marking foreign words and titles. In the case of foreign words, use the
       &lt;foreign&gt; tag; in the case of titles, use the &lt;title&gt; tag
      only if certain that the word or phrase in question is a title. If a
      phrase is, say, italicized but you are uncertain about its being a title,
      use the &lt;i&gt; tag instead. Foreign words should be marked only if
      they are typographically distinguished from surrounding text.</p><p>If there is a typographical feature not covered by the above elements,
      the TEI &lt;hi&gt; tag is still available in Tite. Enumerated lists of
      attribute values for &lt;hi&gt;'s <hi rend="att">rend</hi> attribute should be
      negotiated job-by-job.</p></div><div type="subsection" xml:id="align"><head>Alignment and Indentation</head><p>If the alignment of an element seems remarkable, set the element's
       <hi rend="att">rend</hi> attribute to an appropriate value (normally
      <hi rend="val">center</hi>, <hi rend="val">right</hi>, <hi rend="val">left</hi>, etc.).
      However, exhaustive description of alignment is not necessary. Headings,
      for instance, do not need to be marked as being centered, etc. </p></div><div type="subsection" xml:id="punctuation"><head>Punctuation</head><p>Standard keyboard punctuation marks should suffice for transcribing
      document punctuation except in the case of the ampersand, which must be
      represented with the entity reference <code>&amp;mp;</code> in an XML
      document.</p></div><div type="subsection" xml:id="seg"><head>Uncertain Segments</head><p>The &lt;seg&gt; element is the phrase-level analogue to the &lt;ab&gt;
      tag. If a phrase-level feature seems to be present but its identity is
      hard to fathom, use this tag. This, again, is a kind of last resort.</p><p>Alternately, when a passage of text is for some reason too hard to
      discern, use the &lt;unclear&gt; element, setting the <hi rend="att">reason</hi>
      attribute to an appropriate value. When using &lt;unclear&gt;, surround
      the entire word with the tag if any part of it is unclear (not just the
      illegible letter, say).</p></div></div><div type="section" xml:id="reference"><head>Reference Systems</head><p>Encode page breaks (&lt;pb&gt;) at the <emph>start</emph> of each page,
     and encode breaks even for blank pages. If the page is numbered, include
     the page number as the value of the <hi rend="att">n</hi> attribute and, again, no 
     matter where the page number is printed on the page, place the &lt;pb&gt; 
     tag at the "top."</p><p>If marking column breaks, follow the same rules as for page breaks.
     Column breaks are imagined to appear at the <emph>top</emph> of the column,
     at the beginning of the column's text. The &lt;cols&gt; element exists to
     record a change in columnar layout. If such a change occurs, mark the
     beginning of the new layout with &lt;cols&gt; and supply the new number of
     columns as the value for the <hi rend="att">n</hi> attribute.</p><p>If line breaks are to be captured, use the &lt;lb&gt; element. </p></div></body><back><head>Appendixes</head><div xml:id="changes"><head>Substantive changes from P4</head><p>The TEI Tite conforms to the TEI P5 Guidelines, which makes a number of
     changes from the TEI P4 Guidelines. The following brief list indicates some
     of the major changes in P4 encoding practice which will need to be employed
     for P5 conformance.</p><list><item>At P5, a TEI document must declare a namespace of
       <code>http://www.tei-c.org/ns/1.0</code></item><item>The attributes <hi rend="att">id</hi> and <hi rend="att">lang</hi> are replaced by the
      attributes <hi rend="att">xml:id</hi> and <hi rend="att">xml:lang</hi> respectively. Values
      for the latter attribute must conform to RFC 3066</item><item>all pointing and linking mechanisms now use the same W3C-defined
      mechanism: there is no longer any distinction between internal and
      external pointing elements</item><item>the content model of &lt;change&gt; has changed significantly
       (<gloss>this only concerns the header</gloss>)</item></list></div><div><head>Formal specification</head><p>With the exception of two added elements and six easily convertible
      <soCalled>convenience elements</soCalled>, the TEI Tite is a pure subset
     of the TEI, modelled by stripping down the TEI Lite. All of the elements
     defined in it are taken from the following standard TEI modules: <ident type="module">tei</ident>, <ident type="module">core</ident>, <ident type="module">header</ident>, <ident type="module">textstructure</ident>,
      <ident type="module">figures</ident>, and <ident type="module">linking</ident>. </p><p>The following elements from those modules are excluded from the schema in
     both the TEI Lite and Tite: &lt;alt&gt;, &lt;altGrp&gt;,
     &lt;altIdent&gt;, &lt;analytic&gt;, &lt;attDef&gt;, &lt;attList&gt;,
      &lt;attRef&gt;, &lt;biblItem&gt;, &lt;biblStruct&gt;,
     &lt;binaryObject&gt;, &lt;broadcast&gt;, &lt;cb&gt;, &lt;classSpec&gt;,
      &lt;classes&gt;, &lt;content&gt;, &lt;correction&gt;,
     &lt;datatype&gt;, &lt;defaultVal&gt;, &lt;desc&gt;, &lt;distinct&gt;,
      &lt;div0&gt;, &lt;egXML&gt;, &lt;elementSpec&gt;, &lt;equipment&gt;,
      &lt;equiv&gt;, &lt;exemplum&gt;, &lt;fsdDecl&gt;, &lt;headItem&gt;,
      &lt;headLabel&gt;, &lt;hyphenation&gt;, &lt;imprimatur&gt;,
      &lt;interpretation&gt;, &lt;join&gt;, &lt;joinGrp&gt;, &lt;link&gt;,
      &lt;linkGrp&gt;, &lt;listRef&gt;, &lt;macroSpec&gt;, &lt;measure&gt;,
      &lt;meeting&gt;, &lt;memberOf&gt;, &lt;metDecl&gt;, &lt;metSym&gt;,
      &lt;moduleRef&gt;, &lt;moduleSpec&gt;, &lt;monogr&gt;,
      &lt;normalization&gt;, &lt;postBox&gt;, &lt;postCode&gt;,
     &lt;quotation&gt;, &lt;quote&gt;, &lt;recording&gt;,
     &lt;recordingStmt&gt;, &lt;remarks&gt;, &lt;schemaSpec&gt;,
      &lt;scriptStmt&gt;, &lt;segmentation&gt;, &lt;series&gt;,
     &lt;specDesc&gt;, &lt;specGrp&gt;, &lt;specGrpRef&gt;,
     &lt;specList&gt;, &lt;state&gt;, &lt;stdVals&gt;, &lt;street&gt;,
      &lt;stringVal&gt;, &lt;tag&gt;, &lt;timeline&gt;, &lt;valDesc&gt;,
      &lt;valItem&gt;, &lt;valList&gt;, &lt;variantEncoding&gt;,
     &lt;when&gt;. </p><p>Tite excludes the modules <ident type="module">analysis</ident> and
      <ident type="module">tagdocs</ident> where Lite includes some elements
     from these modules. Therefore Tite is less those elements as well. </p><p>The following elements are excluded in the TEI Lite but included in Tite:
      &lt;ab&gt;, &lt;div1&gt;, &lt;div2&gt;, &lt;div3&gt;, &lt;div4&gt;,
      &lt;div5&gt;, &lt;div6&gt;, &lt;div7&gt;. </p><p>The following are the elements that Tite excludes from the TEI Lite:
      &lt;add&gt;&lt;altIdent&gt;, &lt;biblFull&gt;, &lt;choice&gt;, &lt;corr&gt;,
      &lt;del&gt;, &lt;divGen&gt;, &lt;emph&gt;, &lt;expan&gt;,
     &lt;gloss&gt;, &lt;imprint&gt;, &lt;index&gt;, &lt;mentioned&gt;,
      &lt;orig&gt;, &lt;reg&gt;, &lt;rs&gt;, &lt;sic&gt;, &lt;soCalled&gt;,
      &lt;teiCorpus&gt;, &lt;term&gt;, &lt;div&gt;&lt;anchor&gt;. </p><p>Finally, the following are the elements that Tite adds to the TEI:
     &lt;b&gt;, &lt;i&gt;, &lt;ul&gt;, &lt;smcap&gt;, &lt;sub&gt;,
     &lt;sup&gt;, &lt;cols&gt;, and &lt;ornament&gt;. </p><p>Here is the TEI Tite schema itself:</p><div><head>Macros</head><div type="refdoc" xml:id="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> defines a content model within which any XML elements are
permitted</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#macro.anyXML">macro.anyXML</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
macro.anyXML =
   element *
   {
      ( attribute * - (xml:id | xml:lang) { text } | text | <ref target="#macro.anyXML">macro.anyXML</ref> )*
   }</eg></cell></row></table></div><div type="refdoc" xml:id="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> (paragraph content) defines the content of prose elements that are not used for transcription of extant materials.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#desc">desc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
macro.limitedContent = ( text | <ref target="#model.limitedPhrase">model.limitedPhrase</ref> | <ref target="#model.inter">model.inter</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="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> (paragraph content) defines the content of paragraphs and similar elements.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#b">b</ref> <?tex \ ?><ref target="#cell">cell</ref> <?tex \ ?><ref target="#docEdition">docEdition</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#titlePart">titlePart</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
macro.paraContent =
   ( text | <ref target="#model.gLike">model.gLike</ref> | <ref target="#model.phrase">model.phrase</ref> | <ref target="#model.inter">model.inter</ref> | <ref target="#model.global">model.global</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="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> (phrase sequence) defines a sequence of character data and phrase-level elements.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#addrLine">addrLine</ref> <?tex \ ?><ref target="#author">author</ref> <?tex \ ?><ref target="#biblScope">biblScope</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#distributor">distributor</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#edition">edition</ref> <?tex \ ?><ref target="#editor">editor</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#extent">extent</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#geoDecl">geoDecl</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#speaker">speaker</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
macro.phraseSeq = ( text | <ref target="#model.gLike">model.gLike</ref> | <ref target="#model.phrase">model.phrase</ref> | <ref target="#model.global">model.global</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="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> (limited phrase sequence) defines a sequence of character data and those phrase-level elements that are not typically
used for transcribing extant documents.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#authority">authority</ref> <?tex \ ?><ref target="#classCode">classCode</ref> <?tex \ ?><ref target="#creation">creation</ref> <?tex \ ?><ref target="#funder">funder</ref> <?tex \ ?><ref target="#language">language</ref> <?tex \ ?><ref target="#principal">principal</ref> <?tex \ ?><ref target="#resp">resp</ref> <?tex \ ?><ref target="#sponsor">sponsor</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
macro.phraseSeq.limited = ( text | <ref target="#model.limitedPhrase">model.limitedPhrase</ref> | <ref target="#model.global">model.global</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="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> ('special' paragraph content) 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.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#item">item</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#typeNote">typeNote</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
macro.specialPara =
   (
      text
    | <ref target="#model.gLike">model.gLike</ref>
    | <ref target="#model.phrase">model.phrase</ref>
    | <ref target="#model.inter">model.inter</ref>
    | <ref target="#model.divPart">model.divPart</ref>
    | <ref target="#model.global">model.global</ref>
   )*</eg></cell></row></table></div></div><div><head>Model classes</head><div type="refdoc" xml:id="model.addrPart"><head>model.addrPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.addrPart</hi><index indexName="ODDS"><term>model.addrPart (model class)</term></index> groups elements such as names or postal codes which may appear
  as part of a  postal<!-- or
other form of--> address.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#address">address</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.nameLike">model.nameLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.nameLike.agent">model.nameLike.agent</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#name">name</ref>] </hi> <?tex \ ?><ref target="#model.placeStateLike">model.placeStateLike</ref>] </hi> <?tex \ ?><ref target="#addrLine">addrLine</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements used to represent a postal or e-mail
address.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pPart.data">model.pPart.data</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#email">email</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements used to record application-specific
  information about a document in its header.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#appInfo">appInfo</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#application">application</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements containing a bibliographic description. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#cit">cit</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#relatedItem">relatedItem</ref> <?tex \ ?><ref target="#sourceDesc">sourceDesc</ref> <?tex \ ?><ref target="#taxonomy">taxonomy</ref> <?tex \ ?> <?tex \ ?><ref target="#model.inter">model.inter</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#bibl">bibl</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which represent components of
a bibliographic description.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#bibl">bibl</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.imprintPart">model.imprintPart</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#biblScope">biblScope</ref> <?tex \ ?><ref target="#distributor">distributor</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref>] </hi> <?tex \ ?><ref target="#model.respLike">model.respLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#author">author</ref> <?tex \ ?><ref target="#editor">editor</ref> <?tex \ ?><ref target="#funder">funder</ref> <?tex \ ?><ref target="#principal">principal</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?><ref target="#sponsor">sponsor</ref>] </hi> <?tex \ ?><ref target="#edition">edition</ref> <?tex \ ?><ref target="#extent">extent</ref> <?tex \ ?><ref target="#idno">idno</ref> <?tex \ ?><ref target="#relatedItem">relatedItem</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.choicePart"><head>model.choicePart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.choicePart</hi><index indexName="ODDS"><term>model.choicePart (model class)</term></index> groups elements (other than &lt;choice&gt; itself)
  which can be used  within a &lt;choice&gt; alternation.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?><ref target="#unclear">unclear</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups common chunk- and inter-level elements.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#body">body</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.divPart">model.divPart</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.lLike">model.lLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#l">l</ref>] </hi> <?tex \ ?><ref target="#model.pLike">model.pLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#ab">ab</ref> <?tex \ ?><ref target="#p">p</ref>] </hi> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#sp">sp</ref>] </hi> <?tex \ ?><ref target="#model.inter">model.inter</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.biblLike">model.biblLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#bibl">bibl</ref>] </hi> <?tex \ ?><ref target="#model.egLike">model.egLike</ref> <?tex \ ?><ref target="#model.labelLike">model.labelLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#label">label</ref>] </hi> <?tex \ ?><ref target="#model.listLike">model.listLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref>] </hi> <?tex \ ?><ref target="#model.qLike">model.qLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#model.quoteLike">model.quoteLike</ref><hi rend="showmembers4"> [ <?tex \ ?><ref target="#cit">cit</ref>] </hi> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref>] </hi> <?tex \ ?><ref target="#model.stageLike">model.stageLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#stage">stage</ref>] </hi> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#table">table</ref>] </hi> <?tex \ ?><ref target="#ornament">ornament</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="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> groups elements containing temporal expressions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pPart.data">model.pPart.data</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#time">time</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div1Like"><head>model.div1Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div1Like</hi><index indexName="ODDS"><term>model.div1Like (model class)</term></index> groups top-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#back">back</ref> <?tex \ ?><ref target="#body">body</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div1">div1</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div2Like"><head>model.div2Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div2Like</hi><index indexName="ODDS"><term>model.div2Like (model class)</term></index> groups second-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#div1">div1</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div2">div2</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div3Like"><head>model.div3Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div3Like</hi><index indexName="ODDS"><term>model.div3Like (model class)</term></index> groups third-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#div2">div2</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div3">div3</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div4Like"><head>model.div4Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div4Like</hi><index indexName="ODDS"><term>model.div4Like (model class)</term></index> groups fourth-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#div3">div3</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div4">div4</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div5Like"><head>model.div5Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div5Like</hi><index indexName="ODDS"><term>model.div5Like (model class)</term></index> groups fifth-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#div4">div4</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div5">div5</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div6Like"><head>model.div6Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div6Like</hi><index indexName="ODDS"><term>model.div6Like (model class)</term></index> groups sixth-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#div5">div5</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div6">div6</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.div7Like"><head>model.div7Like</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.div7Like</hi><index indexName="ODDS"><term>model.div7Like (model class)</term></index> groups seventh-level structural divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#div6">div6</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div7">div7</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements appearing at the end of a text
  division<!--(e.g., a <gi>trailer</gi>) with those that can occur either
  at the beginning or the end (e.g., a <gi>byline</gi>)-->.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#body">body</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.divBottomPart">model.divBottomPart</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref>] </hi> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="model.divBottomPart"><head>model.divBottomPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divBottomPart</hi><index indexName="ODDS"><term>model.divBottomPart (model class)</term></index> groups elements which can occur only at the end of a text
  division.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#back">back</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divBottom">model.divBottom</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups paragraph-level elements appearing directly within divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#macro.specialPara">macro.specialPara</ref> <?tex \ ?> <?tex \ ?><ref target="#model.common">model.common</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.lLike">model.lLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#l">l</ref>] </hi> <?tex \ ?><ref target="#model.pLike">model.pLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#ab">ab</ref> <?tex \ ?><ref target="#p">p</ref>] </hi> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#sp">sp</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Note that this element class does not include members of the
<ident 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="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> groups elements appearing at  the beginning of a
  text division<!--(e.g., <gi>opener</gi>) with those that can occur
  either at the beginning or the end (e.g., a <gi>byline</gi>)-->.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#body">body</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.divTopPart">model.divTopPart</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.headLike">model.headLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#head">head</ref>] </hi> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#salute">salute</ref>] </hi> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which can occur only at the beginning of a
  text division.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divTop">model.divTop</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.headLike">model.headLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#head">head</ref>] </hi> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#salute">salute</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.divWrapper"><head>model.divWrapper</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divWrapper</hi><index indexName="ODDS"><term>model.divWrapper (model class)</term></index> groups elements which can appear at either top or bottom of a
  textual division.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divTop">model.divTop</ref> <?tex \ ?><ref target="#model.divBottom">model.divBottom</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements which are typographically
  distinct and to which a specific function can be attributed.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.highlighted">model.highlighted</ref> <?tex \ ?><ref target="#model.limitedPhrase">model.limitedPhrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#title">title</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.encodingPart"><head>model.encodingPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.encodingPart</hi><index indexName="ODDS"><term>model.encodingPart (model class)</term></index> groups elements which may be used inside &lt;encodingDesc&gt;
and appear multiple times.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#encodingDesc">encodingDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#appInfo">appInfo</ref> <?tex \ ?><ref target="#classDecl">classDecl</ref> <?tex \ ?><ref target="#editorialDecl">editorialDecl</ref> <?tex \ ?><ref target="#geoDecl">geoDecl</ref> <?tex \ ?><ref target="#projectDesc">projectDesc</ref> <?tex \ ?><ref target="#refsDecl">refsDecl</ref> <?tex \ ?><ref target="#samplingDecl">samplingDecl</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.entryPart.top"><head>model.entryPart.top</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.entryPart.top</hi><index indexName="ODDS"><term>model.entryPart.top (model class)</term></index> groups high level elements within a structured dictionary entry</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#cit">cit</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Members of this class typically contain related parts of a
dictionary entry which form a coherent
subdivision, for example a particular sense, homonym, etc.
</cell></row></table></div><div type="refdoc" xml:id="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> groups elements which appear at the level of divisions within front or
back matter.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#back">back</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#titlePage">titlePage</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which may appear at any point within a TEI text.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#address">address</ref> <?tex \ ?><ref target="#argument">argument</ref> <?tex \ ?><ref target="#back">back</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#body">body</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#change">change</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#titlePage">titlePage</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.paraContent">macro.paraContent</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.phraseSeq">macro.phraseSeq</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.specialPara">macro.specialPara</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.global.edit">model.global.edit</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#gap">gap</ref>] </hi> <?tex \ ?><ref target="#model.milestoneLike">model.milestoneLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#pb">pb</ref>] </hi> <?tex \ ?><ref target="#model.noteLike">model.noteLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#note">note</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups globally available elements which perform a
  specifically editorial function.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.global">model.global</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#gap">gap</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.glossLike"><head>model.glossLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.glossLike</hi><index indexName="ODDS"><term>model.glossLike (model class)</term></index> groups elements which provide an alternative name,
  explanation, or description for any markup construct.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#category">category</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#taxonomy">taxonomy</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#desc">desc</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements containing images, formulae, and 
  similar objects.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?> <?tex \ ?><ref target="#model.phrase">model.phrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#graphic">graphic</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements used to provide a title or heading at the start of a text
  division.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divTopPart">model.divTopPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#head">head</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.headerPart"><head>model.headerPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.headerPart</hi><index indexName="ODDS"><term>model.headerPart (model class)</term></index> groups high level elements which may appear more than once in a TEI Header. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#teiHeader">teiHeader</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#encodingDesc">encodingDesc</ref> <?tex \ ?><ref target="#profileDesc">profileDesc</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements which are typographically
  distinct but to which no specific function can be attributed.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.highlighted">model.highlighted</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#b">b</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements which are typographically
  distinct. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#bibl">bibl</ref> <?tex \ ?> <?tex \ ?><ref target="#model.phrase">model.phrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.emphLike">model.emphLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#title">title</ref>] </hi> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#b">b</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups the bibliographic elements which occur inside imprints. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.biblPart">model.biblPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#biblScope">biblScope</ref> <?tex \ ?><ref target="#distributor">distributor</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which can appear either within or between
  paragraph-like  elements.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#change">change</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.limitedContent">macro.limitedContent</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.paraContent">macro.paraContent</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.specialPara">macro.specialPara</ref> <?tex \ ?> <?tex \ ?><ref target="#model.common">model.common</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.biblLike">model.biblLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#bibl">bibl</ref>] </hi> <?tex \ ?><ref target="#model.egLike">model.egLike</ref> <?tex \ ?><ref target="#model.labelLike">model.labelLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#label">label</ref>] </hi> <?tex \ ?><ref target="#model.listLike">model.listLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref>] </hi> <?tex \ ?><ref target="#model.qLike">model.qLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.quoteLike">model.quoteLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#cit">cit</ref>] </hi> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref>] </hi> <?tex \ ?><ref target="#model.stageLike">model.stageLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#stage">stage</ref>] </hi> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#table">table</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.lLike"><head>model.lLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.lLike</hi><index indexName="ODDS"><term>model.lLike (model class)</term></index> groups elements representing metrical components such as verse lines. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#lg">lg</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divPart">model.divPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#l">l</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements used to gloss or explain other parts of a document.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#application">application</ref> <?tex \ ?> <?tex \ ?><ref target="#model.inter">model.inter</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#label">label</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements excluding those elements
  primarily intended for transcription of existing sources.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#catDesc">catDesc</ref> <?tex \ ?><ref target="#change">change</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.limitedContent">macro.limitedContent</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.emphLike">model.emphLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#title">title</ref>] </hi> <?tex \ ?><ref target="#model.pPart.data">model.pPart.data</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.addressLike">model.addressLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#email">email</ref>] </hi> <?tex \ ?><ref target="#model.dateLike">model.dateLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#time">time</ref>] </hi> <?tex \ ?><ref target="#model.measureLike">model.measureLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#num">num</ref>] </hi> <?tex \ ?><ref target="#model.nameLike">model.nameLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#model.nameLike.agent">model.nameLike.agent</ref><hi rend="showmembers4"> [ <?tex \ ?><ref target="#name">name</ref>] </hi> <?tex \ ?><ref target="#model.placeStateLike">model.placeStateLike</ref>] </hi>] </hi> <?tex \ ?><ref target="#model.pPart.editorial">model.pPart.editorial</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#abbr">abbr</ref>] </hi> <?tex \ ?><ref target="#model.ptrLike">model.ptrLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups list-like elements.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#sourceDesc">sourceDesc</ref> <?tex \ ?> <?tex \ ?><ref target="#model.inter">model.inter</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which denote a number, a quantity, a
  measurement, or similar piece of text that conveys some numerical
  meaning.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#measureGrp">measureGrp</ref> <?tex \ ?> <?tex \ ?><ref target="#model.pPart.data">model.pPart.data</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#num">num</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups milestone-style
elements used to represent reference systems.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#listBibl">listBibl</ref> <?tex \ ?> <?tex \ ?><ref target="#model.global">model.global</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#pb">pb</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.msItemPart"><head>model.msItemPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.msItemPart</hi><index indexName="ODDS"><term>model.msItemPart (model class)</term></index> groups elements which can appear within a manuscript item
description.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.quoteLike">model.quoteLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#cit">cit</ref>] </hi> <?tex \ ?><ref target="#model.respLike">model.respLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#author">author</ref> <?tex \ ?><ref target="#editor">editor</ref> <?tex \ ?><ref target="#funder">funder</ref> <?tex \ ?><ref target="#principal">principal</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?><ref target="#sponsor">sponsor</ref>] </hi> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#title">title</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which name or refer to a person, place, or organization.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.addrPart">model.addrPart</ref> <?tex \ ?><ref target="#model.pPart.data">model.pPart.data</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.nameLike.agent">model.nameLike.agent</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#name">name</ref>] </hi> <?tex \ ?><ref target="#model.placeStateLike">model.placeStateLike</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="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> groups elements which contain names of individuals
or corporate bodies.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#respStmt">respStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.nameLike">model.nameLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#name">name</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="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> groups globally-available note-like elements. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#notesStmt">notesStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.global">model.global</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#note">note</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups paragraph-like elements.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#application">application</ref> <?tex \ ?><ref target="#availability">availability</ref> <?tex \ ?><ref target="#cRefPattern">cRefPattern</ref> <?tex \ ?><ref target="#editionStmt">editionStmt</ref> <?tex \ ?><ref target="#editorialDecl">editorialDecl</ref> <?tex \ ?><ref target="#encodingDesc">encodingDesc</ref> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#projectDesc">projectDesc</ref> <?tex \ ?><ref target="#publicationStmt">publicationStmt</ref> <?tex \ ?><ref target="#refsDecl">refsDecl</ref> <?tex \ ?><ref target="#samplingDecl">samplingDecl</ref> <?tex \ ?><ref target="#seriesStmt">seriesStmt</ref> <?tex \ ?><ref target="#sourceDesc">sourceDesc</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divPart">model.divPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#ab">ab</ref> <?tex \ ?><ref target="#p">p</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups paragraph-like elements which can occur as direct constituents
of front matter. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#back">back</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#docEdition">docEdition</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#titlePart">titlePart</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements containing names, dates, numbers, measures,
and similar data. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#bibl">bibl</ref> <?tex \ ?> <?tex \ ?><ref target="#model.phrase">model.phrase</ref> <?tex \ ?><ref target="#model.limitedPhrase">model.limitedPhrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.addressLike">model.addressLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#email">email</ref>] </hi> <?tex \ ?><ref target="#model.dateLike">model.dateLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#time">time</ref>] </hi> <?tex \ ?><ref target="#model.measureLike">model.measureLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#num">num</ref>] </hi> <?tex \ ?><ref target="#model.nameLike">model.nameLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.nameLike.agent">model.nameLike.agent</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#name">name</ref>] </hi> <?tex \ ?><ref target="#model.placeStateLike">model.placeStateLike</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements for simple editorial correction and
transcription. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#bibl">bibl</ref> <?tex \ ?> <?tex \ ?><ref target="#model.phrase">model.phrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.pPart.editorial">model.pPart.editorial</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#abbr">abbr</ref>] </hi> <?tex \ ?><ref target="#model.pPart.transcriptional">model.pPart.transcriptional</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#unclear">unclear</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements for simple editorial interventions that may be useful both
in transcribing and in authoring.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pPart.edit">model.pPart.edit</ref> <?tex \ ?><ref target="#model.limitedPhrase">model.limitedPhrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#abbr">abbr</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups phrase-level elements used for editorial
transcription of pre-existing source materials. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pPart.edit">model.pPart.edit</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#unclear">unclear</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which form part of the description of a person.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#bibl">bibl</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which can occur at the level of individual
words or phrases.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.paraContent">macro.paraContent</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.phraseSeq">macro.phraseSeq</ref> <?tex \ ?> <?tex \ ?><ref target="#macro.specialPara">macro.specialPara</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.graphicLike">model.graphicLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#graphic">graphic</ref>] </hi> <?tex \ ?><ref target="#model.highlighted">model.highlighted</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.emphLike">model.emphLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#title">title</ref>] </hi> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#b">b</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref>] </hi>] </hi> <?tex \ ?><ref target="#model.pPart.data">model.pPart.data</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.addressLike">model.addressLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#email">email</ref>] </hi> <?tex \ ?><ref target="#model.dateLike">model.dateLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#time">time</ref>] </hi> <?tex \ ?><ref target="#model.measureLike">model.measureLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#num">num</ref>] </hi> <?tex \ ?><ref target="#model.nameLike">model.nameLike</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#model.nameLike.agent">model.nameLike.agent</ref><hi rend="showmembers4"> [ <?tex \ ?><ref target="#name">name</ref>] </hi> <?tex \ ?><ref target="#model.placeStateLike">model.placeStateLike</ref>] </hi>] </hi> <?tex \ ?><ref target="#model.pPart.edit">model.pPart.edit</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#model.pPart.editorial">model.pPart.editorial</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#abbr">abbr</ref>] </hi> <?tex \ ?><ref target="#model.pPart.transcriptional">model.pPart.transcriptional</ref><hi rend="showmembers3"> [ <?tex \ ?><ref target="#unclear">unclear</ref>] </hi>] </hi> <?tex \ ?><ref target="#model.ptrLike">model.ptrLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref>] </hi> <?tex \ ?><ref target="#model.segLike">model.segLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#seg">seg</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This class of elements can occur only within larger
elements of the class <term>inter</term> or <term>chunk</term>.
In prose, this means these elements can occur within paragraphs,
list items, lines of verse, etc.</cell></row></table></div><div type="refdoc" xml:id="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> groups elements which may be used inside &lt;profileDesc&gt;
and appear multiple times.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#profileDesc">profileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#langUsage">langUsage</ref> <?tex \ ?><ref target="#textClass">textClass</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements used for purposes of location and reference.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#application">application</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#relatedItem">relatedItem</ref> <?tex \ ?> <?tex \ ?><ref target="#model.phrase">model.phrase</ref> <?tex \ ?><ref target="#model.limitedPhrase">model.limitedPhrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.publicationStmtPart"><head>model.publicationStmtPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.publicationStmtPart</hi><index indexName="ODDS"><term>model.publicationStmtPart (model class)</term></index> groups elements which may appear within the
  &lt;publicationStmt&gt; element of the TEI Header.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#publicationStmt">publicationStmt</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#authority">authority</ref> <?tex \ ?><ref target="#availability">availability</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#distributor">distributor</ref> <?tex \ ?><ref target="#idno">idno</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements related to highlighting which can appear either
within or between chunk-level elements. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#cit">cit</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?> <?tex \ ?><ref target="#model.inter">model.inter</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#model.quoteLike">model.quoteLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#cit">cit</ref>] </hi> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements used to directly contain quotations.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.qLike">model.qLike</ref> <?tex \ ?><ref target="#model.msItemPart">model.msItemPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#cit">cit</ref></hi></cell></row></table></div><div type="refdoc" xml:id="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> groups elements which are used to indicate intellectual or other
significant  responsibility, for example within a bibliographic element.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#titleStmt">titleStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.biblPart">model.biblPart</ref> <?tex \ ?><ref target="#model.msItemPart">model.msItemPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#author">author</ref> <?tex \ ?><ref target="#editor">editor</ref> <?tex \ ?><ref target="#funder">funder</ref> <?tex \ ?><ref target="#principal">principal</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?><ref target="#sponsor">sponsor</ref></hi></cell></row></table></div><div type="refdoc" xml:id="model.segLike"><head>model.segLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.segLike</hi><index indexName="ODDS"><term>model.segLike (model class)</term></index> groups elements used for arbitrary segmentation. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#bibl">bibl</ref> <?tex \ ?> <?tex \ ?><ref target="#model.phrase">model.phrase</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#seg">seg</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The principles on which segmentation is carried out, and
any special codes or attribute values used, should be defined explicitly
in the &lt;segmentation&gt; element of the &lt;encodingDesc&gt; within
the associated TEI header.</cell></row></table></div><div type="refdoc" xml:id="model.stageLike"><head>model.stageLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.stageLike</hi><index indexName="ODDS"><term>model.stageLike (model class)</term></index> groups elements containing stage directions or similar things
  defined by the module for performance texts.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#sp">sp</ref> <?tex \ ?> <?tex \ ?><ref target="#model.inter">model.inter</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#stage">stage</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Stage directions are members of class <term>inter</term>:
that is, they can appear between or within component-level elements.</cell></row></table></div><div type="refdoc" xml:id="model.titlepagePart"><head>model.titlepagePart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.titlepagePart</hi><index indexName="ODDS"><term>model.titlepagePart (model class)</term></index> groups elements which can occur as direct constituents
of a title page, such as  &lt;docTitle&gt;, &lt;docAuthor&gt;,
&lt;docImprint&gt;, or &lt;epigraph&gt;.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#titlePage">titlePage</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#docEdition">docEdition</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#titlePart">titlePart</ref></hi></cell></row></table></div></div><div><head>Attribute classes</head><div type="refdoc" xml:id="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 sortBy="who">@who</term></index></index> provides attributes for elements representing speech or action
that can be ascribed to a specific individual.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#change">change</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">who</cell><cell rend="odd_value">indicates the person, or group of
	people, to whom the element content is ascribed.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">For transcribed speech, this will typically identify  a
      participant or participant group; in other contexts, it will
      point to any identified &lt;person&gt; element.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="att.canonical"><head>att.canonical</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.canonical</hi><index indexName="ODDS"><term>att.canonical (attribute class)</term><index indexName="ODDS"><term sortBy="key">@key</term></index><index indexName="ODDS"><term sortBy="ref">@ref</term></index></index> provides attributes which can be used to associate a
  representation such as a name or title with canonical information about
  the object being named or referenced.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#att.naming">att.naming</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref>] </hi> <?tex \ ?><ref target="#author">author</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#resp">resp</ref> <?tex \ ?><ref target="#title">title</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">key</cell><cell rend="odd_value">provides an externally-defined means
 of identifying the entity (or entities) being named, using a coded value
      of some kind.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
string</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any string of Unicode characters</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value may be a unique identifier from a database, or
	any other externally-defined string identifying the referent. </cell></row></table></cell></row><row><cell rend="odd_label">ref</cell><cell rend="odd_value"> (reference) provides an explicit means of locating a full definition
      for the entity being named by means of one or more URIs.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value must point directly to one or more XML elements
        by means of one or more URIs, separated by whitespace. If more
        than one is supplied, the implication is that the name
        identifies several distinct entities. </cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="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> provides attributes for normalization of elements that contain
  dates, times, or datable events.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#application">application</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#time">time</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@period</hi>, <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>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This <soCalled>superclass</soCalled> provides attributes that
    can be used to provide normalized values of temporal information.
    By default, the attributes from the <ident type="class">att.datable.w3c</ident> class are provided. If the
    module for names &amp; dates is loaded, this class also provides
    attributes from the <ident type="class">att.datable.iso</ident>
    class. In general, the possible values of attributes restricted to
    the W3C datatypes form a subset of those values available via the
    ISO 8601 standard. However, the greater expressiveness of the ISO
    datatypes may not be needed, and there exists much greater
    software support for the W3C datatypes.</cell></row></table></div><div type="refdoc" xml:id="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 sortBy="period">@period</term></index><index indexName="ODDS"><term sortBy="when">@when</term></index><index indexName="ODDS"><term sortBy="notBefore">@notBefore</term></index><index indexName="ODDS"><term sortBy="notAfter">@notAfter</term></index><index indexName="ODDS"><term sortBy="from">@from</term></index><index indexName="ODDS"><term sortBy="to">@to</term></index></index> provides attributes for normalization of elements that contain
  datable events using the W3C datatypes.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#att.datable">att.datable</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#application">application</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#time">time</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">period</cell><cell rend="odd_value">supplies a pointer to some location defining a named
      period of time within which the datable item is understood to
      have occurred.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row></table></cell></row><row><cell rend="odd_label">when</cell><cell rend="odd_value">supplies the value of the date or time in a standard form,
      e.g. yyyy-mm-dd.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A normalized form of temporal expression conforming to the W3C
	<title>XML Schema Part 2: Datatypes Second Edition</title>.</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"><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">56 AD</date><date when="-0056">56 BC</date></egXML></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples">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"><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><!--        <p>
	       <note type="cit">
	       <bibl>
	       <author>
	       <name type="person">Williams, Catherine</name>
	       </author>
	       <title>Fall River, an authentic narrative</title>
	       <date>1833</date>
	       </bibl>
	       </note>
	       </p>--></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value of the <hi rend="att">when</hi> attribute should be the
        normalized representation of the date, time, or combined date
        &amp; time intended, in any of the standard formats specified
        by <title>XML Schema Part 2: Datatypes Second Edition</title>, using the Gregorian calendar. The most commonly-encountered format for the date part of the <hi rend="att">when</hi>
attribute is  <code>yyyy-mm-dd</code>, but
	  <code>yyyy</code>, <code>--mm</code>, <code>---dd</code>,
	  <code>yyyy-mm</code>, or <code>--mm-dd</code> may also be
	  used. For the time part, the form <code>hh:mm:ss</code> is
	  used. 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. </cell></row></table></cell></row><row><cell rend="odd_label">notBefore</cell><cell rend="odd_value">specifies the earliest possible date for the event in
	  standard form, e.g. yyyy-mm-dd.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A normalized form of temporal expression conforming to
	the W3C <title>XML Schema Part 2: Datatypes Second
	Edition</title>.</cell></row></table></cell></row><row><cell rend="odd_label">notAfter</cell><cell rend="odd_value">specifies the latest possible date for the event in
	  standard form, e.g. yyyy-mm-dd.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A normalized form of temporal expression conforming to the W3C
	  <title>XML Schema Part 2: Datatypes Second Edition</title>.</cell></row></table></cell></row><row><cell rend="odd_label">from</cell><cell rend="odd_value">indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A normalized form of temporal expression conforming to
	  the W3C <title>XML Schema Part 2: Datatypes Second
	  Edition</title>.</cell></row></table></cell></row><row><cell rend="odd_label">to</cell><cell rend="odd_value">indicates the ending point of the period in standard
	  form, e.g. yyyy-mm-dd.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A normalized form of temporal expression conforming to
	  the W3C <title>XML Schema Part 2: Datatypes Second
	  Edition</title>.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="att.declarable"><head>att.declarable</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.declarable</hi><index indexName="ODDS"><term>att.declarable (attribute class)</term></index> provides attributes for those elements in the TEI Header which
  may be independently selected by means of  the special purpose <hi rend="att">decls</hi> attribute.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#availability">availability</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#editorialDecl">editorialDecl</ref> <?tex \ ?><ref target="#geoDecl">geoDecl</ref> <?tex \ ?><ref target="#langUsage">langUsage</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#projectDesc">projectDesc</ref> <?tex \ ?><ref target="#refsDecl">refsDecl</ref> <?tex \ ?><ref target="#samplingDecl">samplingDecl</ref> <?tex \ ?><ref target="#sourceDesc">sourceDesc</ref> <?tex \ ?><ref target="#textClass">textClass</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row></table></div><div type="refdoc" xml:id="att.declaring"><head>att.declaring</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.declaring</hi><index indexName="ODDS"><term>att.declaring (attribute class)</term><index indexName="ODDS"><term sortBy="decls">@decls</term></index></index> provides attributes for elements which may be independently associated with a particular declarable element within the header, thus overriding the inherited default for that element.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#ab">ab</ref> <?tex \ ?><ref target="#back">back</ref> <?tex \ ?><ref target="#body">body</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#text">text</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">decls</cell><cell rend="odd_value">identifies one or more <term>declarable elements</term> within the
header, which are understood to apply to the element bearing this
attribute and its content.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">must identify a set of declarable elements of different
types. </cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The rules governing the association of declarable elements
with individual parts of a TEI text are fully defined in chapter <ptr target="#CCAS"/>.</cell></row></table></div><div type="refdoc" xml:id="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 indexName="ODDS"><term sortBy="unit">@unit</term></index><index indexName="ODDS"><term sortBy="quantity">@quantity</term></index><index indexName="ODDS"><term sortBy="extent">@extent</term></index><index indexName="ODDS"><term sortBy="atLeast">@atLeast</term></index><index indexName="ODDS"><term sortBy="atMost">@atMost</term></index><index indexName="ODDS"><term sortBy="min">@min</term></index><index indexName="ODDS"><term sortBy="max">@max</term></index><index indexName="ODDS"><term sortBy="precision">@precision</term></index><index indexName="ODDS"><term sortBy="scope">@scope</term></index></index> provides attributes for describing the size of physical  objects.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#att.editLike">att.editLike</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#unclear">unclear</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">unit</cell><cell rend="odd_value">names the unit used for the measurement<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">cm</label><item rend="odd_value">(centimetres) </item><label rend="odd_label">mm</label><item rend="odd_value">(millimetres) </item><label rend="odd_label">in</label><item rend="odd_value">(inches) </item><label rend="odd_label">lines</label><item rend="odd_value">lines of text</item><label rend="odd_label">chars</label><item rend="odd_value">(characters) characters of text</item></list></cell></row></table></cell></row><row><cell rend="odd_label">quantity</cell><cell rend="odd_value">specifies the length in the units specified<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">extent</cell><cell rend="odd_value">indicates the size of the object concerned using a
      project-specific vocabulary combining quantity and units in a
      single string of words.  <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any measurement phrase, e.g. <mentioned>25 letters</mentioned>, <mentioned>2 × 3
inches</mentioned>.</cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><gap extent="5 words"/><height extent="2 ft 8 in"/></egXML></cell></row></table></cell></row><row><cell rend="odd_label">atLeast</cell><cell rend="odd_value">gives a minimum  estimated value for the  measurement.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">atMost</cell><cell rend="odd_value">gives a maximum  estimated value for the  measurement.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">min</cell><cell rend="odd_value">where the measurement summarizes more than one
      observation, supplies the minimum value observed.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">max</cell><cell rend="odd_value">where the measurement summarizes more than one
      observation, supplies the maximum value observed.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">precision</cell><cell rend="odd_value">characterizes the precision of the values specified by the
      other attributes.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
"high" | "medium" | "low" | "unknown"</eg></cell></row></table></cell></row><row><cell rend="odd_label">scope</cell><cell rend="odd_value">where the measurement summarizes more than one
      observation, specifies the applicability of this measurement.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Sample values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">all</label><item rend="odd_value">measurement applies to all instances.</item><label rend="odd_label">most</label><item rend="odd_value">measurement applies to most of the instances inspected.</item><label rend="odd_label">range</label><item rend="odd_value">measurement applies to only the specified range of instances.</item></list></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="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> provides attributes common to all elements which behave in the same way as divisions.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#lg">lg</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row></table></div><div type="refdoc" xml:id="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 indexName="ODDS"><term sortBy="source">@source</term></index></index> provides attributes describing the nature of a encoded scholarly intervention or interpretation of any kind.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#unclear">unclear</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.dimensions">att.dimensions</ref> (<hi rend="attribute">@unit</hi>, <hi rend="attribute">@quantity</hi>, <hi rend="attribute">@extent</hi>, <hi rend="attribute">@atLeast</hi>, <hi rend="attribute">@atMost</hi>, <hi rend="attribute">@min</hi>, <hi rend="attribute">@max</hi>, <hi rend="attribute">@precision</hi>, <hi rend="attribute">@scope</hi>) <?tex \ ?><table rend="attList"><row><cell rend="odd_label">source</cell><cell rend="odd_value">contains a list of one or more pointers indicating the
      sources which support the given reading.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A space-delimited series of sigla; each sigil should correspond
to a witness or witness group and occur as the value of the
<hi rend="att">xml:id</hi> attribute on a &lt;witness&gt; or &lt;msDesc&gt; element elsewhere in the
document.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="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 sortBy="xml:id">@xml:id</term></index><index indexName="ODDS"><term sortBy="n">@n</term></index><index indexName="ODDS"><term sortBy="xml:lang">@xml:lang</term></index><index indexName="ODDS"><term sortBy="rend">@rend</term></index><index indexName="ODDS"><term sortBy="xml:base">@xml:base</term></index></index> provides attributes common to all elements in the TEI
  encoding scheme.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.global.linking">att.global.linking</ref><table rend="attList"><row><cell rend="odd_label">xml:id</cell><cell rend="odd_value">(identifier) provides a unique identifier for the element bearing the
      attribute.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:ID</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any valid XML identifier.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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 <ptr target="#CORS"/>.</cell></row></table></cell></row><row><cell rend="odd_label">n</cell><cell rend="odd_value">(number) gives a number (or other label) for an element, which is
      not necessarily unique within the document.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any string of characters; often, but not necessarily,
      numeric.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">n</hi> attribute may be 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">(language) indicates the language of the element content using a
      <soCalled>tag</soCalled> generated according to <ref target="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</ref><table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:language</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">The value must conform to BCP 47. If the value is a
      private use code (i.e., starts with <code>x-</code> or contains
      <code>-x-</code>) it should, and if not it may, match the value
      of an <hi rend="att">ident</hi> attribute of a &lt;language&gt; element
      supplied in the TEI Header of the current document.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If no value is specified for <hi rend="att">xml:lang</hi>, the
        <hi rend="att">xml:lang</hi> value for the immediately enclosing
        element is inherited; for this reason, a value should always
        be specified on the outermost element (&lt;TEI&gt;).</cell></row></table></cell></row><row><cell rend="odd_label">rend</cell><cell rend="odd_value">(rendition) indicates how the element in question was rendered or
	presented in the source text.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any string of characters; if the typographic rendition
      of a text is to be systematically recorded, a systematic set of
      values for the <hi rend="att">rend</hi> attribute should be
      defined.</cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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><!--    <p>
          <note type="cit">From the forward by William Newcastle in
        Margaret Cavendish, Duchess of Newcastle's <title>The
        description of a new world, called the blazing-world</title>,
        WWP TR00253</note>
        </p>--></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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.</cell></row></table></cell></row><row><cell rend="odd_label">xml:base</cell><cell rend="odd_value">provides a base URI reference with which applications can
      resolve relative URI references into absolute URI
      references.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any syntactically valid URI reference.</cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div type="bibl"><head>Bibliography</head><listBibl xml:base="http://www.lib.ucdavis.edu/BWRP/Works/"><bibl n="1"><author><name>Landon, Letitia Elizabeth</name></author><ref target="LandLVowOf.sgm"><title>The Vow of the Peacock</title></ref></bibl><bibl n="2"><author><name>Compton, Margaret Clephane</name></author><ref target="NortMIrene.sgm"><title>Irene, a Poem in Six Cantos</title></ref></bibl><bibl n="3"><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></table></cell></row></table></div><div type="refdoc" xml:id="att.global.linking"><head>att.global.linking</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.global.linking</hi><index indexName="ODDS"><term>att.global.linking (attribute class)</term></index> defines a set of attributes for hypertext and other linking,
which are enabled for all elements when the additional tag set for
linking is selected.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">linking</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#att.global">att.global</ref><hi rend="showmembers2"> [ <?tex \ ?><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row></table></div><div type="refdoc" xml:id="att.handFeatures"><head>att.handFeatures</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.handFeatures</hi><index indexName="ODDS"><term>att.handFeatures (attribute class)</term><index indexName="ODDS"><term sortBy="scribe">@scribe</term></index><index indexName="ODDS"><term sortBy="script">@script</term></index><index indexName="ODDS"><term sortBy="medium">@medium</term></index><index indexName="ODDS"><term sortBy="scope">@scope</term></index></index> provides attributes describing aspects of the hand in which a
  manuscript is written. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#typeNote">typeNote</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">scribe</cell><cell rend="odd_value">gives a standard name or other identifier for the scribe
believed to be responsible for this hand.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Any name</cell></row></table></cell></row><row><cell rend="odd_label">script</cell><cell rend="odd_value">characterizes the particular script or writing style used by
this hand, for example <mentioned>secretary</mentioned>, <mentioned>copperplate</mentioned>, <mentioned>Chancery</mentioned>, <mentioned>Italian</mentioned>, etc.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:Name</eg>separated by whitespace</cell></row></table></cell></row><row><cell rend="odd_label">medium</cell><cell rend="odd_value">describes the tint or type of ink, e.g. <mentioned>brown</mentioned>, or other
writing medium, e.g. <mentioned>pencil</mentioned><table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row></table></cell></row><row><cell rend="odd_label">scope</cell><cell rend="odd_value">specifies how widely this  hand is used in the manuscript.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Legal values are:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">sole</label><item rend="odd_value">only this hand is used throughout the manuscript</item><label rend="odd_label">major</label><item rend="odd_value">this hand is used through most of the manuscript</item><label rend="odd_label">minor</label><item rend="odd_value">this hand is used occasionally in the manuscript</item></list></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="att.internetMedia"><head>att.internetMedia</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.internetMedia</hi><index indexName="ODDS"><term>att.internetMedia (attribute class)</term><index indexName="ODDS"><term sortBy="mimeType">@mimeType</term></index></index> provides attributes for specifying the type of a computer
  resource using a standard taxonomy.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#graphic">graphic</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">mimeType</cell><cell rend="odd_value">(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">The value should be a valid MIME media type</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This attribute class provides attributes for describing a
    computer resource, typically available over the internet,
    according to standard taxonomies. At present only a single
    taxonomy is supported, the Multipurpose Internet Mail Extensions
    Media Type system. This system of typology of media types is
    defined by the Internet Engineering Task Force in <ref target="http://www.ietf.org/rfc/rfc2046.txt">RFC 2046</ref>. The
    <ref target="http://www.iana.org/assignments/media-types/">list of
    types</ref> is maintained by the Internet Assigned Numbers
    Authority.</cell></row></table></div><div type="refdoc" xml:id="att.measurement"><head>att.measurement</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.measurement</hi><index indexName="ODDS"><term>att.measurement (attribute class)</term><index indexName="ODDS"><term sortBy="unit">@unit</term></index><index indexName="ODDS"><term sortBy="quantity">@quantity</term></index><index indexName="ODDS"><term sortBy="commodity">@commodity</term></index></index> provides attributes to represent a regularized or normalized measurement.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#measureGrp">measureGrp</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">unit</cell><cell rend="odd_value">indicates the units used for the measurement, usually
      using the standard symbol for the desired units.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">m</label><item rend="odd_value">(metre) SI base unit of length</item><label rend="odd_label">kg</label><item rend="odd_value">(kilogram) SI base unit of mass</item><label rend="odd_label">s</label><item rend="odd_value">(second) SI base unit of time</item><label rend="odd_label">Hz</label><item rend="odd_value">(hertz) SI unit of frequency</item><label rend="odd_label">Pa</label><item rend="odd_value">(pascal) SI unit of pressure or stress</item><label rend="odd_label">Ω</label><item rend="odd_value">(ohm) SI unit of electric resistance</item><label rend="odd_label">L</label><item rend="odd_value">(litre) 1 dm³</item><label rend="odd_label">t</label><item rend="odd_value">(tonne) 10³ kg</item><label rend="odd_label">ha</label><item rend="odd_value">(hectare) 1 hm²</item><label rend="odd_label">Å</label><item rend="odd_value">(ångström) 10⁻¹⁰ m</item><label rend="odd_label">mL</label><item rend="odd_value">(millilitre) </item><label rend="odd_label">cm</label><item rend="odd_value">(centimetre) </item><label rend="odd_label">dB</label><item rend="odd_value">(decibel) see remarks, below</item><label rend="odd_label">kbit</label><item rend="odd_value">(kilobit) 10³ or 1000 bits</item><label rend="odd_label">Kibit</label><item rend="odd_value">(kibibit) 2¹⁰ or 1024 bits</item><label rend="odd_label">kB</label><item rend="odd_value">(kilobyte) 10³ or 1000 bytes</item><label rend="odd_label">KiB</label><item rend="odd_value">(kibibyte) 2¹⁰ or 1024 bytes</item><label rend="odd_label">MB</label><item rend="odd_value">(megabyte) 10⁶ or 1 000 000 bytes</item><label rend="odd_label">MiB</label><item rend="odd_value">(mebibyte) 2²⁰ or 1 048 576 bytes</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If the measurement being represented is not expressed in a
	particular unit, but rather is a number of discrete items, the
	unit <hi rend="val">count</hi> should be used, or the <hi rend="att">unit</hi>
	attribute may be left unspecified.Wherever appropriate, a recognised SI unit name should be
	used (see further <ptr target="http://www.bipm.org/en/si/"/>;  <ptr target="http://physics.nist.gov/cuu/Units/"/>). The list above is
	indicative rather than exhaustive. <!--	<p>These Guidelines recommend that the symbol
	<mentioned>B</mentioned> be used to indicate a bel only when
	prefixed by a symbol indicating a factor less than one; and
	that it be used to indicate a byte when used alone or when
	prefixed by an SI symbol idicating a factor greater than one
	or by an IEC symbol indicating a binary factor. If the unit
	bel needs to be indicated in combination with a symbol
	indicating a facter greater than one, the entire unit should
	be spelled out, as in <val>kbel</val> (10,000 decibels) or
	<val>Mbel</val> (10&#x2077; decibels).</p> --></cell></row></table></cell></row><row><cell rend="odd_label">quantity</cell><cell rend="odd_value">specifies the number of the specified units that
      comprise the measurement<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">commodity</cell><cell rend="odd_value">indicates the substance that is being measured<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->In general, when the commodity is made of discrete
	entities, the plural form should be used, even when the
	measurement is of only one of them.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This attribute class provides a triplet of attributes that may
    be used either to regularize the values of the measurement being
    encoded, or to normalize them with respect to a standard
    measurement system.  

<egXML xmlns="http://www.tei-c.org/ns/Examples"><!-- regularization:--><l>So weren't you gonna buy <measure quantity="0.5" unit="gal" commodity="ice cream">half a gallon</measure>, baby</l><!-- normalization: --><l>So won't you go and buy <measure quantity="1.893" unit="L" commodity="ice cream">half a gallon</measure>,
baby?</l></egXML><?tei winita need better examples.?><!-- 1st is from several places, including http://www.azlyrics.com/lyrics/weirdalyankovic/iloverockyroad.html--><!-- 2nd is from http://www.lyricsdownload.com/weird-al-yankovic-1985-food-medley08i-love-rocky-road-lyrics.html --></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The unit should normally be named using the standard
    abbreviation for an SI unit (see further <ptr target="http://www.bipm.org/en/si/"/>; <ptr target="http://physics.nist.gov/cuu/Units/"/>). However, encoders
    may also specify measurements using informally defined units such
    as <hi rend="val">lines</hi> or <hi rend="val">characters</hi>.</cell></row></table></div><div type="refdoc" xml:id="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 sortBy="nymRef">@nymRef</term></index></index> provides attributes common to elements which refer to named persons, places, organizations etc.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>) <?tex \ ?><table rend="attList"><row><cell rend="odd_label">nymRef</cell><cell rend="odd_value">(reference to the canonical name) provides a means of locating the canonical form
      (<term>nym</term>) of the names associated with the object
       named by
      the element bearing it.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any valid URI</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value must point directly to one or more XML elements
        by means of one or more URIs, separated by whitespace. If more
        than one is supplied, the implication is that the name
        is associated with  several distinct canonical names. </cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="att.placement"><head>att.placement</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.placement</hi><index indexName="ODDS"><term>att.placement (attribute class)</term><index indexName="ODDS"><term sortBy="place">@place</term></index></index> provides attributes for describing where on the source page or
  object a textual element appears.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#figure">figure</ref> <?tex \ ?><ref target="#note">note</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">place</cell><cell rend="odd_value"><table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Recommended</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:Name</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">below</label><item rend="odd_value">below the line</item><label rend="odd_label">bottom</label><item rend="odd_value">at the foot of the page</item><label rend="odd_label">margin</label><item rend="odd_value">in the margin (left, right, or both)</item><label rend="odd_label">top</label><item rend="odd_value">at the top of the page</item><label rend="odd_label">opposite</label><item rend="odd_value">on the opposite, i.e. facing, page</item><label rend="odd_label">overleaf</label><item rend="odd_value">on the other side of the leaf</item><label rend="odd_label">above</label><item rend="odd_value">above the line</item><label rend="odd_label">end</label><item rend="odd_value">at the end of e.g. chapter or volume.</item><label rend="odd_label">inline</label><item rend="odd_value">within the body of the text.</item><label rend="odd_label">inspace</label><item rend="odd_value"> in a predefined space, for example left by an earlier scribe.</item></list></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><add place="margin">[An addition written in the margin]</add><add place="bottom opposite">[An addition written at the
	  foot of the current page and also on the facing page]</add></egXML></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><note place="bottom">Ibid, p.7</note></egXML></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="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 sortBy="type">@type</term></index><index indexName="ODDS"><term sortBy="evaluate">@evaluate</term></index></index> defines a set of attributes used by all elements which point
  to other elements by means of one or more URI references.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">linking</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">type</cell><cell rend="odd_value">categorizes the pointer in some respect, using any
      convenient set of categories.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">The type should indicate the intended function of the
      pointer, or the rhetorical relationship between its source and
      target.</cell></row></table></cell></row><row><cell rend="odd_label">evaluate</cell><cell rend="odd_value">specifies the intended meaning when the target of a
      pointer is itself a pointer.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Legal values are:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">all</label><item rend="odd_value">if the element pointed to is itself a pointer, then
	  the target of that pointer will be taken, and so on, until
	  an element is found which is not a pointer.</item><label rend="odd_label">one</label><item rend="odd_value">if the element pointed to is itself a pointer, then
	  its target (whether a pointer or not) is taken as the target
	  of this pointer.</item><label rend="odd_label">none</label><item rend="odd_value">no further evaluation of targets is carried out
	  beyond that needed to find the element specified in the
	  pointer's target.</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If no value is given, the application program is
          responsible for deciding (possibly on the basis of user
          input) how far to trace a chain of pointers.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="att.segLike"><head>att.segLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.segLike</hi><index indexName="ODDS"><term>att.segLike (attribute class)</term></index> provides attributes for elements used for arbitrary segmentation. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#seg">seg</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row></table></div><div type="refdoc" xml:id="att.sourced"><head>att.sourced</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.sourced</hi><index indexName="ODDS"><term>att.sourced (attribute class)</term><index indexName="ODDS"><term sortBy="ed">@ed</term></index></index> provides attributes identifying the source edition from which
  some encoded feature derives.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#refState">refState</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">ed</cell><cell rend="odd_value"> (edition) supplies an arbitrary identifier for the source edition in which
      the associated feature (for example, a  page, column, or line
      break) occurs at this point in the text.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Any string of characters; usually a siglum
      conventionally used for the edition.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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></table></div><div type="refdoc" xml:id="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 sortBy="role">@role</term></index><index indexName="ODDS"><term sortBy="rows">@rows</term></index><index indexName="ODDS"><term sortBy="cols">@cols</term></index></index> provides attributes used to decorate rows or cells of a table.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#cell">cell</ref> <?tex \ ?><ref target="#row">row</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">role</cell><cell rend="odd_value">indicates the kind of information held in this cell or
in each cell of this row.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">label</label><item rend="odd_value">labelling or descriptive information only.</item><label rend="odd_label">data</label><item rend="odd_value">data values.<hi rend="defaultVal"> [Default]</hi></item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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 &lt;row&gt; element.</cell></row></table></cell></row><row><cell rend="odd_label">rows</cell><cell rend="odd_value">indicates the number of rows occupied by this cell or row.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:nonNegativeInteger</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A number; a value greater than one indicates that this
      cell (or row)
spans several rows.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Where several cells span several 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">(columns) indicates the number of columns occupied by this cell or
	row.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:nonNegativeInteger</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A number; a value greater than one indicates that this
      cell or row
spans several columns.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->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="att.translatable"><head>att.translatable</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.translatable</hi><index indexName="ODDS"><term>att.translatable (attribute class)</term><index indexName="ODDS"><term sortBy="version">@version</term></index></index> provides attributes used to  indicate the status of a translatable
portion of an ODD document.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#desc">desc</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">version</cell><cell rend="odd_value">specifies the version name or number of the source from
	which the translated version was derived<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The version may be a number, a letter, or a date</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="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 sortBy="type">@type</term></index></index> provides attributes which can be used to classify or subclassify elements in any way. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"> <?tex \ ?><ref target="#ab">ab</ref> <?tex \ ?><ref target="#application">application</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#relatedItem">relatedItem</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?><ref target="#time">time</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><row><cell rend="odd_label">type</cell><cell rend="odd_value">characterizes the element in some sense, using any convenient
 classification scheme or typology.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row></table></cell></row></table></cell></row></table></div></div><div><head>Elements</head><div type="refdoc" xml:id="TEI"><head>&lt;TEI&gt;</head><index indexName="ODDS"><term sortBy="TEI">&lt;TEI&gt;</term><index indexName="ODDS"><term sortBy="version">@version</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;TEI&gt; </hi>(TEI document) contains a single TEI-conformant document,
comprising a TEI header and a text, either in isolation or as part of a
&lt;teiCorpus&gt; element.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">version</cell><cell rend="odd_value">The version of the TEI scheme<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:decimal</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A number identifying the version of the TEI guidelines</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#teiHeader">teiHeader</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#text">text</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element TEI
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute version { xsd:decimal }?,
   ( <ref target="#teiHeader">teiHeader</ref>, ( ( <ref target="#model.resourceLike">model.resourceLike</ref>+, <ref target="#text">text</ref>? ) | <ref target="#text">text</ref> ) )
}</eg><seg rend="pre">
&lt;sch:ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/&gt;
&lt;sch:ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/&gt;</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><TEI><teiHeader><fileDesc><titleStmt><title>The shortest TEI Document Imaginable</title></titleStmt><publicationStmt><p>First published as part of TEI P2.</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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This element is required.</cell></row></table></div><div type="refdoc" xml:id="ab"><head>&lt;ab&gt;</head><index indexName="ODDS"><term sortBy="ab">&lt;ab&gt;</term><index indexName="ODDS"><term sortBy="part">@part</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ab&gt; </hi>(anonymous block) contains any arbitrary component-level unit of text, acting as
an anonymous container for phrase or inter level elements analogous to, but
without the semantic baggage of, a paragraph. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">linking</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.typed.attribute.type"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.declaring.attributes"/><row><cell rend="odd_label">part</cell><cell rend="odd_value">specifies whether or not the block is complete. <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Legal values are:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">Y</label><item rend="odd_value">(yes) the block is incomplete</item><label rend="odd_label">N</label><item rend="odd_value">(no) either the block is complete, or no claim is made as to its
completeness<hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">I</label><item rend="odd_value">(initial) the initial part of an incomplete block</item><label rend="odd_label">M</label><item rend="odd_value">(medial) a medial part of an incomplete block</item><label rend="odd_label">F</label><item rend="odd_value">(final) the final part of an incomplete block</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The values <hi rend="val">I</hi>, <hi rend="val">M</hi>, or <hi rend="val">F</hi>
        should be used only where it is clear how the block is to be
        reconstituted.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pLike">model.pLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element ab
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div type="book" n="Genesis"><div type="chapter" n="1"><ab>In the beginning God creaqted the heaven and the earth.</ab><ab>And the earth was without form, and void; and darkness was upon
the face of the deep. And the spirit of God moved upon the face of the
waters.</ab><ab>And God said, Let there be light: and there was light.</ab><!-- ...--></div></div></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;ab&gt; element may be used at the encoder's
discretion to mark any component-level elements in a text for which
no other more specific appropriate markup is defined.</cell></row></table></div><div type="refdoc" xml:id="abbr"><head>&lt;abbr&gt;</head><index indexName="ODDS"><term sortBy="abbr">&lt;abbr&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;abbr&gt; </hi>(abbreviation) contains an abbreviation of any sort. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">allows the encoder to classify the abbreviation according to some convenient
                typology.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Sample values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">suspension</label><item rend="odd_value">the abbreviation provides the first letter(s) of the word or phrase,
                        omitting the remainder.</item><label rend="odd_label">contraction</label><item rend="odd_value">the abbreviation omits some letter(s) in the middle.</item><label rend="odd_label">brevigraph</label><item rend="odd_value">the abbreviation comprises a special symbol or mark.</item><label rend="odd_label">superscription</label><item rend="odd_value">the abbreviation includes writing above the line.</item><label rend="odd_label">acronym</label><item rend="odd_value">the abbreviation comprises the initial letters of the words of a phrase.</item><label rend="odd_label">title</label><item rend="odd_value">the abbreviation is for a title of address (Dr, Ms, Mr, …)</item><label rend="odd_label">organization</label><item rend="odd_value">the abbreviation is for the name of an organization.</item><label rend="odd_label">geographic</label><item rend="odd_value">the abbreviation is for a geographic name.</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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 target="#PETTY"/></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pPart.editorial">model.pPart.editorial</ref> <?tex \ ?><ref target="#model.choicePart">model.choicePart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element abbr
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { xsd:Name }?,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><abbr>SPQR</abbr></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><choice><abbr>SPQR</abbr><expan>senatus populusque romanorum</expan></choice></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;abbr&gt; 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>expanded</emph> silently, then the TEI header should
            so indicate.</cell></row></table></div><div type="refdoc" xml:id="addrLine"><head>&lt;addrLine&gt;</head><index indexName="ODDS"><term sortBy="addrLine">&lt;addrLine&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;addrLine&gt; </hi>(address line) contains one line of a postal<!-- or other--> address.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.addrPart">model.addrPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element addrLine
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><address><addrLine>Computing Center, MC 135</addrLine><addrLine>P.O. Box 6998</addrLine><addrLine>Chicago, IL</addrLine><addrLine>60680 USA</addrLine></address></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Addresses may be encoded either as a sequence of
            lines, or using any sequence of  component elements from the
            model.addrPart class. Other non-postal forms of address, such as
            telephone numbers or email, should not be included within an
            &lt;address&gt; element directly but may be wrapped within an
            &lt;addrLine&gt; if they form part of the printed address in some
            source text. </cell></row></table></div><div type="refdoc" xml:id="address"><head>&lt;address&gt;</head><index indexName="ODDS"><term sortBy="address">&lt;address&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;address&gt; </hi>contains a postal  address, for example of a
        publisher, an organization, or an individual.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.addressLike">model.addressLike</ref> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#addrLine">addrLine</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element address
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.global">model.global</ref>*, ( ( <ref target="#model.addrPart">model.addrPart</ref> ), <ref target="#model.global">model.global</ref>* )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><address><street>via Marsala 24</street><postCode>40126</postCode><name>Bologna</name><name n="I">Italy</name></address></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><address><addrLine>Computing Center, MC 135</addrLine><addrLine>P.O. Box 6998</addrLine><addrLine>Chicago, IL  60680</addrLine><addrLine>USA</addrLine></address></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This element should be used for postal
            addresses only. Within it, the generic element &lt;addrLine&gt;
            may be used as an alternative to any of the more specialized
            elements available from the model.addrPart class, such as
            &lt;street&gt;, &lt;postCode&gt; etc.</cell></row></table></div><div type="refdoc" xml:id="appInfo"><head>&lt;appInfo&gt;</head><index indexName="ODDS"><term sortBy="appInfo">&lt;appInfo&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;appInfo&gt; </hi>(application information) records information about an application which has
  edited the TEI file. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#application">application</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element appInfo
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#model.applicationLike">model.applicationLike</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="application"><head>&lt;application&gt;</head><index indexName="ODDS"><term sortBy="application">&lt;application&gt;</term><index indexName="ODDS"><term sortBy="ident">@ident</term></index><index indexName="ODDS"><term sortBy="version">@version</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;application&gt; </hi>provides information about an application which has acted upon the document.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.datable">att.datable</ref> (<ref target="#att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@period</hi>, <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>)) <table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.typed.attribute.type"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.datable.attributes"/><row><cell rend="odd_label">ident</cell><cell rend="odd_value">Supplies an identifier for the application, independent of its version number or display
        name.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row></table></cell></row><row><cell rend="odd_label">version</cell><cell rend="odd_value">Supplies a version number for the application, independent of its identifier or display
        name.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }</eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.applicationLike">model.applicationLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#desc">desc</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element application
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.datable">att.datable.attributes</ref>,
   attribute ident { xsd:Name },
   attribute version
   {
      token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }
   },
   ( <ref target="#model.labelLike">model.labelLike</ref>+, ( <ref target="#model.ptrLike">model.ptrLike</ref>* | <ref target="#model.pLike">model.pLike</ref>* ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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
        &lt;ptr&gt; elements. </cell></row></table></div><div type="refdoc" xml:id="argument"><head>&lt;argument&gt;</head><index indexName="ODDS"><term sortBy="argument">&lt;argument&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;argument&gt; </hi>A formal list or prose description of the topics addressed by
	a subdivision of a text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#opener">opener</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element argument
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( ( <ref target="#model.global">model.global</ref> | <ref target="#model.headLike">model.headLike</ref> )*, ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><argument><p>Monte Video — Maldonado — Excursion
to R Polanco — Lazo and Bolas — Partridges —
Absence of Trees — Deer — Capybara, or River Hog —
Tucutuco — Molothrus, cuckoo-like habits — Tyrant
Flycatcher — Mocking-bird — Carrion Hawks —
Tubes formed by Lightning — House struck</p></argument></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- --> Often contains either a list or a
	paragraph</cell></row></table></div><div type="refdoc" xml:id="author"><head>&lt;author&gt;</head><index indexName="ODDS"><term sortBy="author">&lt;author&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;author&gt; </hi>in a bibliographic reference, contains the name of the author(s), personal or corporate, of
    a work; the primary statement of responsibility for any bibliographic item.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.respLike">model.respLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element author
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.canonical">att.canonical.attributes</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#COBICOR-eg-251"><author>British Broadcasting Corporation</author><author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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 generally recognized authority lists for the exact form of personal names.
      The attributes <hi rend="att">key</hi> or <hi rend="att">ref</hi> may also be used to reference canonical
      information about the author intended in an 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.</cell></row></table></div><div type="refdoc" xml:id="authority"><head>&lt;authority&gt;</head><index indexName="ODDS"><term sortBy="authority">&lt;authority&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;authority&gt; </hi>(release authority) supplies the name of a person or other agency responsible for
  making an electronic file available, other than a publisher or
  distributor. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element authority
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><authority>John Smith</authority></egXML></cell></row></table></div><div type="refdoc" xml:id="availability"><head>&lt;availability&gt;</head><index indexName="ODDS"><term sortBy="availability">&lt;availability&gt;</term><index indexName="ODDS"><term sortBy="status">@status</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;availability&gt; </hi>supplies information about the availability of a text, for
  example any restrictions on its use or distribution, its copyright
  status, etc. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">status</cell><cell rend="odd_value">supplies a code identifying the current availability of the
text.
   <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Legal values are:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">free</label><item rend="odd_value">the text is freely available.
    </item><label rend="odd_label">unknown</label><item rend="odd_value">the status of the text is unknown.
    <hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">restricted</label><item rend="odd_value">the text is not freely available.
   </item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element availability
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute status { "free" | "unknown" | "restricted" }?,
   <ref target="#model.pLike">model.pLike</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A consistent format should be adopted</cell></row></table></div><div type="refdoc" xml:id="b"><head>&lt;b&gt;</head><index indexName="ODDS"><term sortBy="b">&lt;b&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;b&gt; </hi>(bold) for capturing typographical feature: bold glyphs.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element b
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row></table></div><div type="refdoc" xml:id="back"><head>&lt;back&gt;</head><index indexName="ODDS"><term sortBy="back">&lt;back&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;back&gt; </hi>(back matter) contains any appendixes, etc. following the main part of a text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#docEdition">docEdition</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#titlePage">titlePage</ref> <?tex \ ?><ref target="#titlePart">titlePart</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element back
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.frontPart">model.frontPart</ref> | <ref target="#model.pLike.front">model.pLike.front</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            (
               ( <ref target="#model.div1Like">model.div1Like</ref> ),
               ( <ref target="#model.frontPart">model.frontPart</ref> | <ref target="#model.div1Like">model.div1Like</ref> | <ref target="#model.global">model.global</ref> )*
            )
          | (
               ( <ref target="#model.divLike">model.divLike</ref> ),
               ( <ref target="#model.frontPart">model.frontPart</ref> | <ref target="#model.divLike">model.divLike</ref> | <ref target="#model.global">model.global</ref> )*
            )
         )?
      ),
      ( ( ( <ref target="#model.divBottomPart">model.divBottomPart</ref> ), ( <ref target="#model.divBottomPart">model.divBottomPart</ref> | <ref target="#model.global">model.global</ref> )* )? )
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The content model of back matter is identical to that of front matter, reflecting the facts
      of cultural history.</cell></row></table></div><div type="refdoc" xml:id="bibl"><head>&lt;bibl&gt;</head><index indexName="ODDS"><term sortBy="bibl">&lt;bibl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;bibl&gt; </hi>(bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may
    not be explicitly tagged.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.biblLike">model.biblLike</ref> <?tex \ ?><ref target="#model.msItemPart">model.msItemPart</ref> <?tex \ ?><ref target="#model.personPart">model.personPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#author">author</ref> <?tex \ ?><ref target="#biblScope">biblScope</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#editor">editor</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#relatedItem">relatedItem</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#distributor">distributor</ref> <?tex \ ?><ref target="#edition">edition</ref> <?tex \ ?><ref target="#extent">extent</ref> <?tex \ ?><ref target="#funder">funder</ref> <?tex \ ?><ref target="#idno">idno</ref> <?tex \ ?><ref target="#principal">principal</ref> <?tex \ ?><ref target="#sponsor">sponsor</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element bibl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   (
      text
    | <ref target="#model.gLike">model.gLike</ref>
    | <ref target="#model.highlighted">model.highlighted</ref>
    | <ref target="#model.pPart.data">model.pPart.data</ref>
    | <ref target="#model.pPart.edit">model.pPart.edit</ref>
    | <ref target="#model.segLike">model.segLike</ref>
    | <ref target="#model.ptrLike">model.ptrLike</ref>
    | <ref target="#model.biblPart">model.biblPart</ref>
    | <ref target="#model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Contains phrase-level elements, together with any combination of elements
      from the <term>biblPart</term> class</cell></row></table></div><div type="refdoc" xml:id="biblScope"><head>&lt;biblScope&gt;</head><index indexName="ODDS"><term sortBy="biblScope">&lt;biblScope&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;biblScope&gt; </hi>(scope of citation) defines the scope of a bibliographic reference, for example as a
        list of page numbers, or a named subdivision of a larger work. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">identifies the type of information conveyed by the element, e.g.
                <hi rend="val">columns</hi>, <hi rend="val">pages</hi>, <hi rend="val">volume</hi>.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">vol</label><item rend="odd_value">(volume) the element contains a volume number.</item><label rend="odd_label">issue</label><item rend="odd_value">the element contains an issue number, or volume and
                        issue numbers.</item><label rend="odd_label">pp</label><item rend="odd_value">(pages) the element contains a page number or page range.</item><label rend="odd_label">chap</label><item rend="odd_value">(chapter) the element contains a chapter indication (number
                        and/or title)</item><label rend="odd_label">part</label><item rend="odd_value">the element identifies a part of a book or collection.</item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.imprintPart">model.imprintPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element biblScope
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { "vol" | "issue" | "pp" | "chap" | "part" | xsd:Name }?,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><biblScope>pp 12–34</biblScope><biblScope type="vol">II</biblScope><biblScope type="pp">12</biblScope></egXML></cell></row></table></div><div type="refdoc" xml:id="body"><head>&lt;body&gt;</head><index indexName="ODDS"><term sortBy="body">&lt;body&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;body&gt; </hi>(text body) contains the whole body of a single unitary text, excluding any front or back matter. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element body
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      <ref target="#model.global">model.global</ref>*,
      ( ( <ref target="#model.divTop">model.divTop</ref> ), ( <ref target="#model.global">model.global</ref> | <ref target="#model.divTop">model.divTop</ref> )* )?,
      ( ( <ref target="#model.divGenLike">model.divGenLike</ref> ), ( <ref target="#model.global">model.global</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> )* )?,
      (
         ( ( <ref target="#model.divLike">model.divLike</ref> ), ( <ref target="#model.global">model.global</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> )* )+
       | ( ( <ref target="#model.div1Like">model.div1Like</ref> ), ( <ref target="#model.global">model.global</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> )* )+
       | (
            ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
            (
               ( ( <ref target="#model.divLike">model.divLike</ref> ), ( <ref target="#model.global">model.global</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> )* )+
             | ( ( <ref target="#model.div1Like">model.div1Like</ref> ), ( <ref target="#model.global">model.global</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> )* )+
            )?
         )
      ),
      ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><body><l>Nu scylun hergan hefaenricaes uard</l><l>metudæs maecti end his modgidanc</l><l>uerc uuldurfadur sue he uundra gihuaes</l><l>eci dryctin or astelidæ</l><l>he aerist scop aelda barnum</l><l>heben til hrofe haleg scepen.</l><l>tha middungeard moncynnæs uard</l><l>eci dryctin æfter tiadæ</l><l>firum foldu frea allmectig</l><trailer> primo cantauit Cædmon istud carmen.</trailer></body></egXML></cell></row></table></div><div type="refdoc" xml:id="byline"><head>&lt;byline&gt;</head><index indexName="ODDS"><term sortBy="byline">&lt;byline&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;byline&gt; </hi>contains the primary statement of responsibility given for a work
on its title page or at the head or end of the work.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#opener">opener</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#docAuthor">docAuthor</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element byline
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( text | <ref target="#model.gLike">model.gLike</ref> | <ref target="#model.phrase">model.phrase</ref> | <ref target="#docAuthor">docAuthor</ref> | <ref target="#model.global">model.global</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><byline>Written by a CITIZEN who continued all the
while in London. Never made publick before.</byline></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><byline>Written from her own MEMORANDUMS</byline></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><byline>By George Jones, Political Editor, in Washington</byline></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><dateline>Zagreb:</dateline><byline>de notre envoyé spécial.</byline></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><byline>BY
<docAuthor>THOMAS PHILIPOTT,</docAuthor>
Master of Arts,
(Somtimes)
Of Clare-Hall in Cambridge.</byline></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The byline on a title page may include either the name
or a description for the document's author. Where the name is included,
it may optionally be tagged using the &lt;docAuthor&gt; element.</cell></row></table></div><div type="refdoc" xml:id="cRefPattern"><head>&lt;cRefPattern&gt;</head><index indexName="ODDS"><term sortBy="cRefPattern">&lt;cRefPattern&gt;</term><index indexName="ODDS"><term sortBy="matchPattern">@matchPattern</term></index><index indexName="ODDS"><term sortBy="replacementPattern">@replacementPattern</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cRefPattern&gt; </hi>(canonical reference pattern) specifies an expression and replacement pattern for
  transforming a canonical reference into a URI.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">matchPattern</cell><cell rend="odd_value">specifies a regular expression against which the values of
      <hi rend="att">cRef</hi> attributes can be matched.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
token</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">must be a regular expression according to the <ref target="http://www.w3.org/TR/xmlschema-2/#regexs">W3C XML Schema
      Language</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Parenthesised groups are used not only for establishing
        order of precedence and atoms for quantification, but also for
        creating subpatterns to be referenced by the <hi rend="att">replacementPattern</hi>
        attribute.</cell></row></table></cell></row><row><cell rend="odd_label">replacementPattern</cell><cell rend="odd_value">specifies a <soCalled>replacement pattern</soCalled>
      which, once subpattern substitution has been performed, provides
      a URI.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
text</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Should be the skeleton of a relative or absolute URI,
      with references to groups in the <hi rend="att">matchPattern</hi>.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The strings <q>$1</q> through <q>$9</q> are references to
	the corresponding group in the regular expression specified
	by <hi rend="att">matchPattern</hi> (counting open parenthesis, left to right).
	Processors are expected to replace them with whatever matched
	the corresponding group in the regular expression.If a digit preceded by a dollar sign is needed in the
	actual replacement pattern (as opposed to being used as a back
	reference), the dollar sign must be written as
	<code>%24</code>.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#refsDecl">refsDecl</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element cRefPattern
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute matchPattern { token },
   attribute replacementPattern { text },
   <ref target="#model.pLike">model.pLike</ref>*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><cRefPattern matchPattern="([1-9A-Za-z]+)\s+([0-9]+):([0-9]+)" replacementPattern="#xpath(//div[@type='book'][@n='$1']/div[@type='chap'][@n='$2']/div[@type='verse'][@n='$3'])"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The result of the substitution may be either an absolute or a
    relative URI reference. In the latter case it is combined with the
    value of <hi rend="att">xml:base</hi> in force at the place where the
    <hi rend="att">cRef</hi> attribute occurs to form an absolute URI in the
    usual manner as prescribed by <ref target="http://www.w3.org/TR/xmlbase/">XML Base</ref>.</cell></row></table></div><div type="refdoc" xml:id="catDesc"><head>&lt;catDesc&gt;</head><index indexName="ODDS"><term sortBy="catDesc">&lt;catDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;catDesc&gt; </hi>(category description) describes some category within a taxonomy
or text typology, either in the form of a brief prose description
or in terms of the situational parameters used by the TEI
formal textDesc. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#category">category</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element catDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( text | <ref target="#model.limitedPhrase">model.limitedPhrase</ref> | <ref target="#model.catDescPart">model.catDescPart</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><catDesc>Prose reportage</catDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><catDesc><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></catDesc></egXML></cell></row></table></div><div type="refdoc" xml:id="catRef"><head>&lt;catRef/&gt;</head><index indexName="ODDS"><term sortBy="catRef">&lt;catRef&gt;</term><index indexName="ODDS"><term sortBy="target">@target</term></index><index indexName="ODDS"><term sortBy="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;catRef/&gt; </hi>(category reference) specifies one or more defined categories
within some taxonomy or text typology. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">target</cell><cell rend="odd_value">identifies the categories concerned
   <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A series of one or more space-separated pointers (URIs)
      to &lt;category&gt; elements, typically located within a
      &lt;taxonomy&gt; element inside a TEI header</cell></row></table></cell></row><row><cell rend="odd_label">scheme</cell><cell rend="odd_value">identifies the classification scheme within which the set of
    categories concerned is defined
   <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">May supply the identifier of the associated &lt;taxonomy&gt; element.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#textClass">textClass</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element catRef
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute target { list { xsd:anyURI+ } },
   attribute scheme { xsd:anyURI }?,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><catRef target="#news #prov #sales2"/><!-- elsewhere --><taxonomy><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">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="category"><head>&lt;category&gt;</head><index indexName="ODDS"><term sortBy="category">&lt;category&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;category&gt; </hi>contains an individual descriptive category, possibly nested
within a superordinate category, within a user-defined taxonomy. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#category">category</ref> <?tex \ ?><ref target="#taxonomy">taxonomy</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#desc">desc</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#catDesc">catDesc</ref> <?tex \ ?><ref target="#category">category</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element category
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( ( <ref target="#catDesc">catDesc</ref> | <ref target="#model.glossLike">model.glossLike</ref>* ), <ref target="#category">category</ref>* )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><category xml:id="b1"><catDesc>Prose reportage</catDesc></category></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><category xml:id="b2"><catDesc>Prose
 </catDesc><category xml:id="b11"><catDesc>reportage</catDesc></category><category xml:id="b12"><catDesc>fiction</catDesc></category></category></egXML></cell></row></table></div><div type="refdoc" xml:id="cb"><head>&lt;cb/&gt;</head><index indexName="ODDS"><term sortBy="cb">&lt;cb&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cb/&gt; </hi>(column break) marks the boundary between one column of a text and the next
        in a standard reference system. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.sourced">att.sourced</ref> (<hi rend="attribute">@ed</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.milestoneLike">model.milestoneLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element cb
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.sourced">att.sourced.attributes</ref>,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">Markup of an early English dictionary printed in two columns:<egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#REF-cb-eg-1"><pb/><cb n="1"/><entryFree><form>Well</form>, <sense>a Pit to hold Spring-Water</sense>:
                <sense>In the Art of <hi rend="italic">War</hi>, a Depth the Miner
                    sinks into the Ground, to find out and disappoint the Enemies Mines,
                    or to prepare one</sense>.</entryFree><entryFree>To <form>Welter</form>, <sense>to wallow</sense>, or
                <sense>lie groveling</sense>.</entryFree><!-- remainder of column --><cb n="2"/><entryFree><form>Wey</form>, <sense>the greatest Measure for dry Things,
                    containing five Chaldron</sense>.</entryFree><entryFree><form>Whale</form>, <sense>the greatest of
                    Sea-Fishes</sense>.</entryFree></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->On this element, the global <hi rend="att">n</hi> attribute indicates the number or other value associated with the column
            which follows the point of insertion of this &lt;cb&gt; element. Encoders should adopt a clear and consistent policy as to
            whether the numbers associated with column breaks relate to the physical
            sequence number of the column in the whole text, or whether columns are
            numbered within the page.
            By convention, the &lt;cb&gt; element is placed at the head of the
            column to which it refers.</cell></row></table></div><div type="refdoc" xml:id="cell"><head>&lt;cell&gt;</head><index indexName="ODDS"><term sortBy="cell">&lt;cell&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cell&gt; </hi>contains one cell of a table.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.tableDecoration">att.tableDecoration</ref> (<hi rend="attribute">@role</hi>, <hi rend="attribute">@rows</hi>, <hi rend="attribute">@cols</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#row">row</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element cell
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.tableDecoration">att.tableDecoration.attributes</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="change"><head>&lt;change&gt;</head><index indexName="ODDS"><term sortBy="change">&lt;change&gt;</term><index indexName="ODDS"><term sortBy="when">@when</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;change&gt; </hi>summarizes a particular change or correction made
to a particular version of an electronic text which is
shared between several researchers. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.ascribed">att.ascribed</ref> (<hi rend="attribute">@who</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.ascribed.attributes"/><row><cell rend="odd_label">when</cell><cell rend="odd_value">supplies the date of the change in standard form, i.e. YYYY-MM-DD.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">a date, time, or date &amp; time in any of the formats
      defined in <title>XML Schema Part 2: Datatypes Second
      Edition</title></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#revisionDesc">revisionDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element change
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.ascribed">att.ascribed.attributes</ref>,
   attribute when
   {
      xsd:date
    | xsd:gYear
    | xsd:gMonth
    | xsd:gDay
    | xsd:gYearMonth
    | xsd:gMonthDay
    | xsd:time
    | xsd:dateTime
   }?,
   ( text | <ref target="#model.limitedPhrase">model.limitedPhrase</ref> | <ref target="#model.inter">model.inter</ref> | <ref target="#model.global">model.global</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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><change who="#BZ" when="2008-02-02">Finished chapter 23</change><change who="#BZ" when="2008-01-02">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">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 &lt;respStmt&gt; or
    &lt;person&gt; 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.</cell></row></table></div><div type="refdoc" xml:id="cit"><head>&lt;cit&gt;</head><index indexName="ODDS"><term sortBy="cit">&lt;cit&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cit&gt; </hi>(cited quotation) contains a quotation from some other document, together with a
        bibliographic reference to its source.  In a dictionary it may
        contain an example text with at least one occurrence of the word
        form, used in the sense being described, or a translation of the
        headword, or an example.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.quoteLike">model.quoteLike</ref> <?tex \ ?><ref target="#model.entryPart.top">model.entryPart.top</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element cit
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   (
      <ref target="#model.qLike">model.qLike</ref>
    | <ref target="#model.biblLike">model.biblLike</ref>
    | <ref target="#model.ptrLike">model.ptrLike</ref>
    | <ref target="#model.global">model.global</ref>
    | <ref target="#model.entryPart">model.entryPart</ref>
   )+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="classCode"><head>&lt;classCode&gt;</head><index indexName="ODDS"><term sortBy="classCode">&lt;classCode&gt;</term><index indexName="ODDS"><term sortBy="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;classCode&gt; </hi>(classification code) contains the classification code used for this text in some
standard classification system. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value">identifies the classification system or taxonomy in use.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">may point to a local definition, for example in a
      &lt;taxonomy&gt; element, or more usually to some external
      location where the scheme is fully defined.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#textClass">textClass</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element classCode
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute scheme { xsd:anyURI },
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><classCode scheme="http://www.udc.org">410</classCode></egXML></cell></row></table></div><div type="refdoc" xml:id="classDecl"><head>&lt;classDecl&gt;</head><index indexName="ODDS"><term sortBy="classDecl">&lt;classDecl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;classDecl&gt; </hi>(classification declarations) contains one or more taxonomies defining any classificatory
codes used elsewhere in the text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#taxonomy">taxonomy</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element classDecl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#taxonomy">taxonomy</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><classDecl><taxonomy xml:id="LCSH"><bibl>Library of Congress Subject Headings</bibl></taxonomy></classDecl><!-- ... --><textClass><keywords scheme="#LCSH"><list><item>Political science</item><item>United States -- Politics and government —
                      Revolution, 1775-1783</item></list></keywords></textClass></egXML></cell></row></table></div><div type="refdoc" xml:id="closer"><head>&lt;closer&gt;</head><index indexName="ODDS"><term sortBy="closer">&lt;closer&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;closer&gt; </hi>groups together salutations, datelines, and similar phrases appearing as a final group at
    the end of a division, especially of a letter.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divBottomPart">model.divBottomPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element closer
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   (
      text
    | <ref target="#model.gLike">model.gLike</ref>
    | <ref target="#signed">signed</ref>
    | <ref target="#dateline">dateline</ref>
    | <ref target="#salute">salute</ref>
    | <ref target="#model.phrase">model.phrase</ref>
    | <ref target="#model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div type="letter"><p> perhaps you will favour me with a sight of it when convenient.</p><closer><salute>I remain, &amp;c. &amp;c.</salute><signed>H. Colburn</signed></closer></div></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#DSCO-eg-53"><div type="chapter"><p><!-- .... --> and his heart was going like mad and yes I said yes I will Yes.</p><closer><dateline><name type="place">Trieste-Zürich-Paris,</name><date>1914–1921</date></dateline></closer></div></egXML><!-- James Joyce, Ulysses --></cell></row></table></div><div type="refdoc" xml:id="cols"><head>&lt;cols/&gt;</head><index indexName="ODDS"><term sortBy="cols">&lt;cols&gt;</term><index indexName="ODDS"><term sortBy="ed">@ed</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cols/&gt; </hi>(columns) with the "n" attribute (denoting new number of columns) is
       used to mark where a document changes columnar layout.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) <table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">ed</cell><cell rend="odd_value">indicates the edition or version in which the change in columnar
         layout is located at this point<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.milestoneLike">model.milestoneLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element cols
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute [http://www.tei-c.org/ns/tite/1.0]ed { xsd:anyURI }?,
   empty
}</eg></cell></row></table></div><div type="refdoc" xml:id="creation"><head>&lt;creation&gt;</head><index indexName="ODDS"><term sortBy="creation">&lt;creation&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;creation&gt; </hi>contains information about the creation of a text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#profileDesc">profileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element creation
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><creation><date>Before 1987</date></creation></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><creation><date when="1988-07-10">10 July 1988</date></creation></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Character data and phrase-level elements.The &lt;creation&gt; element may be used to record details
of a text's creation, e.g. the date and place it was composed, if these
are of interest; it should not be confused with the
&lt;publicationStmt&gt; element, which records date and place of
publication.</cell></row></table></div><div type="refdoc" xml:id="date"><head>&lt;date&gt;</head><index indexName="ODDS"><term sortBy="date">&lt;date&gt;</term><index indexName="ODDS"><term sortBy="calendar">@calendar</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;date&gt; </hi>contains a date in any format.      </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.datable">att.datable</ref> (<ref target="#att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@period</hi>, <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="#att.editLike">att.editLike</ref> (<hi rend="attribute">@source</hi>) <?tex \ ?> (<ref target="#att.dimensions">att.dimensions</ref> (<hi rend="attribute">@unit</hi>, <hi rend="attribute">@quantity</hi>, <hi rend="attribute">@extent</hi>, <hi rend="attribute">@atLeast</hi>, <hi rend="attribute">@atMost</hi>, <hi rend="attribute">@min</hi>, <hi rend="attribute">@max</hi>, <hi rend="attribute">@precision</hi>, <hi rend="attribute">@scope</hi>)) <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.datable.attributes"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.editLike.attribute.source"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.dimensions.attributes"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.typed.attribute.type"/><row><cell rend="odd_label">calendar</cell><cell rend="odd_value">indicates the system or calendar to which the date
                represented by the content of this element belongs.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">Gregorian</label><item rend="odd_value">Gregorian calendar</item><label rend="odd_label">Julian</label><item rend="odd_value">Julian calendar</item><label rend="odd_label">Islamic</label><item rend="odd_value">Islamic or Muslim (hijri) lunar calendar</item><label rend="odd_label">Hebrew</label><item rend="odd_value">Hebrew or Jewish lunisolar calendar</item><label rend="odd_label">Revolutionary</label><item rend="odd_value">French Revolutionary calendar</item><label rend="odd_label">Iranian</label><item rend="odd_value">Iranian or Persian (Jalaali) solar calendar</item><label rend="odd_label">Coptic</label><item rend="odd_value">Coptic or Alexandrian calendar</item><label rend="odd_label">Chinese</label><item rend="odd_value">Chinese lunisolar calendar</item></list></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples">He was born on
                    <date calendar="Gregorian">Feb. 22, 1732</date>
                    (<date calendar="Julian" when="1732-02-22">
                        Feb. 11, 1731/32, O.S.</date>).</egXML></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.dateLike">model.dateLike</ref> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element date
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.datable">att.datable.attributes</ref>,
   <ref target="#att.editLike">att.editLike.attribute.source</ref>,
   <ref target="#att.dimensions">att.dimensions.attributes</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   attribute calendar
   {
      "Gregorian"
    | "Julian"
    | "Islamic"
    | "Hebrew"
    | "Revolutionary"
    | "Iranian"
    | "Coptic"
    | "Chinese"
    | xsd:Name
   }?,
   ( text | <ref target="#model.gLike">model.gLike</ref> | <ref target="#model.phrase">model.phrase</ref> | <ref target="#model.global">model.global</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><date when="1980-02">early February 1980</date></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples">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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><date when="1990-09">September 1990</date></egXML></cell></row></table></div><div type="refdoc" xml:id="dateline"><head>&lt;dateline&gt;</head><index indexName="ODDS"><term sortBy="dateline">&lt;dateline&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;dateline&gt; </hi>contains a brief description of the place, date, time, etc. of production of a letter,
    newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#closer">closer</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element dateline
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><dateline>Walden, this 29. of August 1592</dateline></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#DSCO-eg-53"><div type="chapter"><p><!-- ... --> and his heart was going like mad and yes I said yes I will Yes.</p><closer><dateline><name type="place">Trieste-Zürich-Paris,</name><date>1914–1921</date></dateline></closer></div></egXML><!-- James Joyce, Ulysses --></cell></row></table></div><div type="refdoc" xml:id="desc"><head>&lt;desc&gt;</head><index indexName="ODDS"><term sortBy="desc">&lt;desc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;desc&gt; </hi>(description) contains a brief description of the object documented by its
    parent element, including its intended usage, purpose,
    or application where this is appropriate.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.translatable">att.translatable</ref> (<hi rend="attribute">@version</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.glossLike">model.glossLike</ref> <?tex \ ?><ref target="#model.labelLike">model.labelLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element desc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.translatable">att.translatable.attributes</ref>,
   <ref target="#macro.limitedContent">macro.limitedContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">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="distributor"><head>&lt;distributor&gt;</head><index indexName="ODDS"><term sortBy="distributor">&lt;distributor&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;distributor&gt; </hi>supplies the name of a person or other agency responsible for the
distribution of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.imprintPart">model.imprintPart</ref> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element distributor
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><distributor>Oxford Text Archive</distributor><distributor>Redwood and Burn Ltd</distributor></egXML></cell></row></table></div><div type="refdoc" xml:id="div1"><head>&lt;div1&gt;</head><index indexName="ODDS"><term sortBy="div1">&lt;div1&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div1&gt; </hi>(level-1 text division) contains a first-level subdivision of the front, body, or back of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div1Like">model.div1Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div2">div2</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div1
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            ( ( <ref target="#model.div2Like">model.div2Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )+
          | (
               ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
               ( ( <ref target="#model.div2Like">model.div2Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div1 xml:id="levi" n="I" type="part"><head>Part I: Of Man </head><div2 xml:id="levi1" n="1" type="chapter"><head>Chap. I. Of Sense </head><p>Concerning the Thoughts of man... </p></div2></div1><div1 xml:id="levii" n="II" type="part"><head>Part II: Of Common-Wealth</head></div1></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, possibly grouped into lower
      subdivisions.</cell></row></table></div><div type="refdoc" xml:id="div2"><head>&lt;div2&gt;</head><index indexName="ODDS"><term sortBy="div2">&lt;div2&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div2&gt; </hi>(level-2 text division) contains a second-level subdivision of the front, body, or back of a
 text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div2Like">model.div2Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div3">div3</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div2
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            ( ( <ref target="#model.div3Like">model.div3Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )+
          | (
               ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
               ( ( <ref target="#model.div3Like">model.div3Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#COXR-eg-164"><div1 n="2" type="part"><head>The Second Partition:
           The Cure of Melancholy</head><div2 n="2.1" type="section"><div3 n="2.1.1" type="member"><div4 n="2.1.1.1" type="subsection"><head>Unlawful Cures rejected.</head><p>Inveterate melancholy, howsoever it may seem to
      be a continuate, inexorable disease, hard to be
      cured, accompanying them to their graves most part
      (as <ref target="#a">Montanus</ref> observes), yet many
      times it may be helped...	
   </p></div4></div3></div2><div2 n="2.2" type="section"><div3 n="2.2.1" type="member"><head>Sect. II. Memb. I</head><p/></div3></div2><div2 n="2.3" type="section"><div3 n="2.3.1" type="member"><head>Sect. III. Memb. I</head><p/></div3></div2></div1></egXML><!-- Burton, Anatomy of Melancholy, 16th ed (1651), Blake, 1836 --></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, possibly grouped
into lower subdivisions.</cell></row></table></div><div type="refdoc" xml:id="div3"><head>&lt;div3&gt;</head><index indexName="ODDS"><term sortBy="div3">&lt;div3&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div3&gt; </hi>(level-3 text division) contains a third-level subdivision of the front, body, or back of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div3Like">model.div3Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div4">div4</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div3
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            ( ( <ref target="#model.div4Like">model.div4Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )+
          | (
               ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
               ( ( <ref target="#model.div4Like">model.div4Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div2 n="2.2" type="section"><div3 n="2.2.1" type="member"><head>Sect. II. Memb. I</head><p/></div3><div3 n="2.2.2" type="member"><head>Memb. II Retention and Evacuation rectified.</head><p/></div3><div3 n="2.2.3" type="member"><head>Memb. III Ayr rectified. With a digression of the Ayr.</head><p/></div3></div2></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, possibly grouped into lower
      subdivisions.</cell></row></table></div><div type="refdoc" xml:id="div4"><head>&lt;div4&gt;</head><index indexName="ODDS"><term sortBy="div4">&lt;div4&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div4&gt; </hi>(level-4 text division) contains a fourth-level subdivision of the front, body, or back of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div4Like">model.div4Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div5">div5</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div4
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            ( ( <ref target="#model.div5Like">model.div5Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )+
          | (
               ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
               ( ( <ref target="#model.div5Like">model.div5Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div3 n="2.2.1" type="member"><head>Sect. II. Memb. I</head><div4 n="2.2.1.1" type="subsection"><head>Subsect I. — Dyet rectified in substance.</head><p>Diet, <term xml:lang="grc">diaitotiku</term>, <term xml:lang="la">victus</term> or
            living </p></div4><div4 n="2.2.2.1" type="subsection"><head>Subsect II. — Dyet rectified in quantity.</head><p>Man alone, saith Cardan, eates and drinks without appetite, and useth all his pleasures
            without necessity </p></div4></div3></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, possibly grouped into lower
      subdivisions.</cell></row></table></div><div type="refdoc" xml:id="div5"><head>&lt;div5&gt;</head><index indexName="ODDS"><term sortBy="div5">&lt;div5&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div5&gt; </hi>(level-5 text division) contains a fifth-level subdivision of the front, body, or back of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div5Like">model.div5Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div6">div6</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div5
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            ( ( <ref target="#model.div6Like">model.div6Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )+
          | (
               ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
               ( ( <ref target="#model.div6Like">model.div6Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, possibly grouped into lower
      subdivisions.</cell></row></table></div><div type="refdoc" xml:id="div6"><head>&lt;div6&gt;</head><index indexName="ODDS"><term sortBy="div6">&lt;div6&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div6&gt; </hi>(level-6 text division) contains a sixth-level subdivision of the front, body, or back of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div6Like">model.div6Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#div7">div7</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div6
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            ( ( <ref target="#model.div7Like">model.div7Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )+
          | (
               ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
               ( ( <ref target="#model.div7Like">model.div7Like</ref> | <ref target="#model.divGenLike">model.divGenLike</ref> ), <ref target="#model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, possibly grouped into lower
      subdivisions.</cell></row></table></div><div type="refdoc" xml:id="div7"><head>&lt;div7&gt;</head><index indexName="ODDS"><term sortBy="div7">&lt;div7&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div7&gt; </hi>(level-7 text division) contains the smallest possible subdivision of the front, body or back of a text, larger than
    a paragraph. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.div7Like">model.div7Like</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element div7
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         ( ( <ref target="#model.common">model.common</ref> ), <ref target="#model.global">model.global</ref>* )+,
         ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->any sequence of low-level structural elements, e.g., paragraphs (&lt;p&gt;),
      lists (&lt;list&gt;), or examples (&lt;eg&gt; or &lt;egXML&gt;).</cell></row></table></div><div type="refdoc" xml:id="docAuthor"><head>&lt;docAuthor&gt;</head><index indexName="ODDS"><term sortBy="docAuthor">&lt;docAuthor&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;docAuthor&gt; </hi>(document author) contains the name of the author of the document, as given on the
title page (often but not always contained in a byline). </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#byline">byline</ref> <?tex \ ?> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element docAuthor
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.canonical">att.canonical.attributes</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><titlePage><docTitle><titlePart>Travels into Several Remote Nations of the World, in Four
Parts.</titlePart></docTitle><byline> By <docAuthor>Lemuel Gulliver</docAuthor>, First a Surgeon,
and then a Captain of several Ships</byline></titlePage></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The document author's name often occurs within a byline,
but the &lt;docAuthor&gt; element may be used whether the
&lt;byline&gt; element is used or not.</cell></row></table></div><div type="refdoc" xml:id="docDate"><head>&lt;docDate&gt;</head><index indexName="ODDS"><term sortBy="docDate">&lt;docDate&gt;</term><index indexName="ODDS"><term sortBy="when">@when</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;docDate&gt; </hi>(document date) contains the date of a document, as given
(usually) on a title page. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">when</cell><cell rend="odd_value">gives the value of the date in standard form, i.e. YYYY-MM-DD.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:date
| xsd:gYear
| xsd:gMonth
| xsd:gDay
| xsd:gYearMonth
| xsd:gMonthDay
| xsd:time
| xsd:dateTime</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">a date in one of the formats specified in <title>XML
      Schema Part 2: Datatypes Second Edition</title></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->For simple dates, the <hi rend="att">when</hi> attribute should give
        the Gregorian or proleptic Gregorian date in the form
        (YYYY-MM-DD) specified by <title>XML Schema Part
        2</title>. <!-- More complicated dates or special applications
        may require another calendar or another form; these should be
        documented in the <gi>stdVals</gi> element in the TEI Header.
        --></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#docImprint">docImprint</ref> <?tex \ ?> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element docDate
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute when
   {
      xsd:date
    | xsd:gYear
    | xsd:gMonth
    | xsd:gDay
    | xsd:gYearMonth
    | xsd:gMonthDay
    | xsd:time
    | xsd:dateTime
   }?,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><docImprint>Oxford, Clarendon Press, <docDate>1987</docDate></docImprint></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Cf. the general &lt;date&gt; element in the core tag set.
This specialized element is provided for convenience in marking and
processing the date of the documents, since it is likely to require
specialized handling for many applications.</cell></row></table></div><div type="refdoc" xml:id="docEdition"><head>&lt;docEdition&gt;</head><index indexName="ODDS"><term sortBy="docEdition">&lt;docEdition&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;docEdition&gt; </hi>(document edition) contains an edition statement as presented on a title page of a
document. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element docEdition
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><docEdition>The Third edition Corrected</docEdition></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Cf. the &lt;edition&gt; element of bibliographic
citation.  As usual, the shorter name has been given to the
more frequent element.</cell></row></table></div><div type="refdoc" xml:id="docImprint"><head>&lt;docImprint&gt;</head><index indexName="ODDS"><term sortBy="docImprint">&lt;docImprint&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;docImprint&gt; </hi>(document imprint) contains the imprint statement (place and date of publication,
publisher name), as given
(usually) at the foot of a title page. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#docDate">docDate</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element docImprint
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   (
      text
    | <ref target="#model.gLike">model.gLike</ref>
    | <ref target="#model.phrase">model.phrase</ref>
    | <ref target="#pubPlace">pubPlace</ref>
    | <ref target="#docDate">docDate</ref>
    | <ref target="#publisher">publisher</ref>
    | <ref target="#model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><docImprint>Oxford, Clarendon Press, 1987</docImprint></egXML>Imprints may be somewhat more complex:
<egXML xmlns="http://www.tei-c.org/ns/Examples"><docImprint><pubPlace>London</pubPlace>
Printed for <name>E. Nutt</name>,
at 
<pubPlace>Royal Exchange</pubPlace>;
<name>J. Roberts</name> in 
<pubPlace>wick-Lane</pubPlace>;
<name>A. Dodd</name> without 
<pubPlace>Temple-Bar</pubPlace>;
and <name>J. Graves</name> in 
<pubPlace>St. James's-street.</pubPlace><date>1722.</date></docImprint></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Cf. the &lt;imprint&gt; element of bibliographic
citations.  As with title, author, and editions, the shorter name is
reserved for the element likely to be used more often.</cell></row></table></div><div type="refdoc" xml:id="docTitle"><head>&lt;docTitle&gt;</head><index indexName="ODDS"><term sortBy="docTitle">&lt;docTitle&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;docTitle&gt; </hi>(document title) contains the title of a document, including all its
constituents, as given on a title page. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#titlePart">titlePart</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element docTitle
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.canonical">att.canonical.attributes</ref>,
   ( <ref target="#model.global">model.global</ref>*, ( <ref target="#titlePart">titlePart</ref>, <ref target="#model.global">model.global</ref>* )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><docTitle><titlePart type="main">The DUNCIAD,
     VARIOURVM.
     </titlePart><titlePart type="sub">WITH THE
     PROLEGOMENA of SCRIBLERUS.
     </titlePart></docTitle></egXML></cell></row></table></div><div type="refdoc" xml:id="edition"><head>&lt;edition&gt;</head><index indexName="ODDS"><term sortBy="edition">&lt;edition&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;edition&gt; </hi>(edition) describes the particularities of one edition of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#editionStmt">editionStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.biblPart">model.biblPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element edition
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><edition>First edition <date>Oct 1990</date></edition><edition n="S2">Students' edition</edition></egXML></cell></row></table></div><div type="refdoc" xml:id="editionStmt"><head>&lt;editionStmt&gt;</head><index indexName="ODDS"><term sortBy="editionStmt">&lt;editionStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;editionStmt&gt; </hi>(edition statement) groups information relating to one edition of a text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#edition">edition</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element editionStmt
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.pLike">model.pLike</ref>+ | ( <ref target="#edition">edition</ref>, <ref target="#respStmt">respStmt</ref>* ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><editionStmt><edition n="S2">Students' edition</edition><respStmt><resp>Adapted by </resp><name>Elizabeth Kirk</name></respStmt></editionStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><editionStmt><p>First edition, <date>Michaelmas Term, 1991.</date></p></editionStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="editor"><head>&lt;editor&gt;</head><index indexName="ODDS"><term sortBy="editor">&lt;editor&gt;</term><index indexName="ODDS"><term sortBy="role">@role</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;editor&gt; </hi>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.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">role</cell><cell rend="odd_value">specifies the nature of the intellectual responsibility<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">semi-open list (examples might include: translator, editor,
                compiler, illustrator, etc.)</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.respLike">model.respLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element editor
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute role { xsd:Name }?,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><editor>Eric Johnson</editor><editor role="illustrator">John Tenniel</editor></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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. </cell></row></table></div><div type="refdoc" xml:id="editorialDecl"><head>&lt;editorialDecl&gt;</head><index indexName="ODDS"><term sortBy="editorialDecl">&lt;editorialDecl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;editorialDecl&gt; </hi>(editorial practice declaration) provides details of editorial principles and practices applied
during the encoding of a text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element editorialDecl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.pLike">model.pLike</ref>+ | <ref target="#model.editorialDeclPart">model.editorialDeclPart</ref>+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><editorialDecl><normalization><p>All words converted to Modern American spelling using
 Websters 9th Collegiate dictionary
  </p></normalization><quotation marks="all" form="std"><p>All opening quotation marks converted to “ all closing
 quotation marks converted to &amp;cdq;.</p></quotation></editorialDecl></egXML></cell></row></table></div><div type="refdoc" xml:id="email"><head>&lt;email&gt;</head><index indexName="ODDS"><term sortBy="email">&lt;email&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;email&gt; </hi>(electronic mail address) contains an e-mail address identifying a location to which
        e-mail messages can be delivered.
     </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.addressLike">model.addressLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element email
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><email>editors@tei-c.org</email></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The format of a modern Internet email address is defined in
            <ref target="http://tools.ietf.org/html/rfc2822">RFC 2822</ref></cell></row></table></div><div type="refdoc" xml:id="encodingDesc"><head>&lt;encodingDesc&gt;</head><index indexName="ODDS"><term sortBy="encodingDesc">&lt;encodingDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;encodingDesc&gt; </hi>(encoding description) documents the relationship between an electronic text and the
source or sources from which it was derived.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.headerPart">model.headerPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#appInfo">appInfo</ref> <?tex \ ?><ref target="#classDecl">classDecl</ref> <?tex \ ?><ref target="#editorialDecl">editorialDecl</ref> <?tex \ ?><ref target="#geoDecl">geoDecl</ref> <?tex \ ?><ref target="#projectDesc">projectDesc</ref> <?tex \ ?><ref target="#refsDecl">refsDecl</ref> <?tex \ ?><ref target="#samplingDecl">samplingDecl</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element encodingDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( ( <ref target="#model.encodingPart">model.encodingPart</ref> | <ref target="#model.pLike">model.pLike</ref> )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="epigraph"><head>&lt;epigraph&gt;</head><index indexName="ODDS"><term sortBy="epigraph">&lt;epigraph&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;epigraph&gt; </hi>contains a quotation, anonymous or attributed, appearing at the start of a section or
    chapter, or on a title page.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#opener">opener</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divWrapper">model.divWrapper</ref> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element epigraph
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.common">model.common</ref> | <ref target="#model.global">model.global</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><epigraph xml:lang="la"><cit><bibl>Lucret.</bibl><quote><l part="F">petere inde coronam,</l><l>Vnde prius nulli velarint tempora Musae.</l></quote></cit></epigraph></egXML></cell></row></table></div><div type="refdoc" xml:id="extent"><head>&lt;extent&gt;</head><index indexName="ODDS"><term sortBy="extent">&lt;extent&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;extent&gt; </hi>describes the approximate size of a text as stored on
some carrier medium, whether digital or non-digital, specified in any convenient units.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?> <?tex \ ?><ref target="#model.biblPart">model.biblPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element extent
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><extent>3200 sentences</extent><extent>between 10 and 20 Mb</extent><extent>ten 3.5 inch high density diskettes</extent></egXML></cell></row></table></div><div type="refdoc" xml:id="figure"><head>&lt;figure&gt;</head><index indexName="ODDS"><term sortBy="figure">&lt;figure&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;figure&gt; </hi>groups elements representing or containing graphic information such as an illustration or
    figure. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.placement">att.placement</ref> (<hi rend="attribute">@place</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#figure">figure</ref> <?tex \ ?> <?tex \ ?><ref target="#model.inter">model.inter</ref> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element figure
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.placement">att.placement.attributes</ref>,
   (
      <ref target="#model.headLike">model.headLike</ref>
    | <ref target="#model.pLike">model.pLike</ref>
    | <ref target="#model.graphicLike">model.graphicLike</ref>
    | <ref target="#model.egLike">model.egLike</ref>
    | <ref target="#floatingText">floatingText</ref>
    | <ref target="#figure">figure</ref>
    | <ref target="#model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><figure><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><graphic url="http://www.example.org/fig1.png" scale="0.5"/></figure></egXML></cell></row></table></div><div type="refdoc" xml:id="fileDesc"><head>&lt;fileDesc&gt;</head><index indexName="ODDS"><term sortBy="fileDesc">&lt;fileDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;fileDesc&gt; </hi>(file description) contains a full bibliographic description of an electronic
file.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#teiHeader">teiHeader</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#editionStmt">editionStmt</ref> <?tex \ ?><ref target="#extent">extent</ref> <?tex \ ?><ref target="#notesStmt">notesStmt</ref> <?tex \ ?><ref target="#publicationStmt">publicationStmt</ref> <?tex \ ?><ref target="#seriesStmt">seriesStmt</ref> <?tex \ ?><ref target="#sourceDesc">sourceDesc</ref> <?tex \ ?><ref target="#titleStmt">titleStmt</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element fileDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   (
      (
         <ref target="#titleStmt">titleStmt</ref>,
         <ref target="#editionStmt">editionStmt</ref>?,
         <ref target="#extent">extent</ref>?,
         <ref target="#publicationStmt">publicationStmt</ref>,
         <ref target="#seriesStmt">seriesStmt</ref>?,
         <ref target="#notesStmt">notesStmt</ref>?
      ),
      <ref target="#sourceDesc">sourceDesc</ref>+
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">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="floatingText"><head>&lt;floatingText&gt;</head><index indexName="ODDS"><term sortBy="floatingText">&lt;floatingText&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;floatingText&gt; </hi>contains a single text of any kind, whether unitary or composite, which interrupts the text
    containing it at any point and after which the surrounding text resumes. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#figure">figure</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divPart">model.divPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#back">back</ref> <?tex \ ?><ref target="#body">body</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element floatingText
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   (
      <ref target="#model.global">model.global</ref>*,
      ( <ref target="#front">front</ref>, <ref target="#model.global">model.global</ref>* )?,
      ( <ref target="#body">body</ref> | <ref target="#group">group</ref> ),
      <ref target="#model.global">model.global</ref>*,
      ( <ref target="#back">back</ref>, <ref target="#model.global">model.global</ref>* )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><TEI><teiHeader/><text><body><div type="scene"><sp><p>Hush, the players begin...</p></sp><floatingText type="pwp"><body><div type="act"><sp><l>In Athens our tale takes place ....</l></sp><!-- ... rest of nested act here --></div></body></floatingText><sp><p>Now that the play is finished ...</p></sp></div></body></text></TEI></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A floating text has the same content as any other and may thus be interrupted by another
      floating text, or contain a group of tesselated texts </cell></row></table></div><div type="refdoc" xml:id="foreign"><head>&lt;foreign&gt;</head><index indexName="ODDS"><term sortBy="foreign">&lt;foreign&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;foreign&gt; </hi>(foreign) identifies a word or phrase as belonging to some language other
        than that of the surrounding text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.emphLike">model.emphLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element foreign
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#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">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 <ptr target="#CHSH"/>.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.The &lt;distinct&gt; element may be used to identify phrases
            belonging to sublanguages or registers not generally regarded as
            true languages.</cell></row></table></div><div type="refdoc" xml:id="formula"><head>&lt;formula&gt;</head><index indexName="ODDS"><term sortBy="formula">&lt;formula&gt;</term><index indexName="ODDS"><term sortBy="notation">@notation</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;formula&gt; </hi>contains a mathematical or other formula. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">notation</cell><cell rend="odd_value">supplies the name of a previously defined notation used for the content of the element.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">The name of a formal notation previously declared in the document type
      declaration.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.graphicLike">model.graphicLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#graphic">graphic</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element formula
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute notation { xsd:anyURI }?,
   ( text | <ref target="#model.graphicLike">model.graphicLike</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><formula notation="TeX">$e=mc^2$</formula></egXML></cell></row></table></div><div type="refdoc" xml:id="front"><head>&lt;front&gt;</head><index indexName="ODDS"><term sortBy="front">&lt;front&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;front&gt; </hi>(front matter) contains any prefatory matter (headers,
title page, prefaces, dedications, etc.)
found  at the start of a document, before the main body.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#div1">div1</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#docEdition">docEdition</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#titlePage">titlePage</ref> <?tex \ ?><ref target="#titlePart">titlePart</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element front
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.frontPart">model.frontPart</ref> | <ref target="#model.pLike.front">model.pLike.front</ref> | <ref target="#model.global">model.global</ref> )*,
      (
         (
            (
               ( <ref target="#model.div1Like">model.div1Like</ref> ),
               ( <ref target="#model.frontPart">model.frontPart</ref> | <ref target="#model.div1Like">model.div1Like</ref> | <ref target="#model.global">model.global</ref> )*
            )
          | (
               ( <ref target="#model.divLike">model.divLike</ref> ),
               ( <ref target="#model.frontPart">model.frontPart</ref> | <ref target="#model.divLike">model.divLike</ref> | <ref target="#model.global">model.global</ref> )*
            )
         )?
      ),
      ( ( ( <ref target="#model.divBottomPart">model.divBottomPart</ref> ), ( <ref target="#model.divBottomPart">model.divBottomPart</ref> | <ref target="#model.global">model.global</ref> )* )? )
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><front><epigraph><quote>Nam Sibyllam quidem Cumis ego ipse oculis meis
	  vidi in ampulla pendere, et cum illi pueri dicerent:
	  <q xml:lang="grc">Sibylla ti weleis</q>; respondebat
	  illa: <q xml:lang="grc">apowanein welo.</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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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></table></div><div type="refdoc" xml:id="funder"><head>&lt;funder&gt;</head><index indexName="ODDS"><term sortBy="funder">&lt;funder&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;funder&gt; </hi>(funding body) specifies the name of an individual, institution, or organization
responsible for the funding of a project or text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.respLike">model.respLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element funder
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><funder>The National Endowment for the Humanities, an independent
     federal agency</funder><funder>Directorate General XIII of the Commission of the
     European Communities</funder><funder>The Andrew W. Mellon Foundation</funder><funder>The Social Sciences and Humanities Research Council of Canada</funder></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Funders provide financial support for a project; they are
distinct from <term>sponsors</term>, who provide intellectual
support and authority.</cell></row></table></div><div type="refdoc" xml:id="gap"><head>&lt;gap&gt;</head><index indexName="ODDS"><term sortBy="gap">&lt;gap&gt;</term><index indexName="ODDS"><term sortBy="reason">@reason</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;gap&gt; </hi>(gap) 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. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.editLike">att.editLike</ref> (<hi rend="attribute">@source</hi>) <?tex \ ?> (<ref target="#att.dimensions">att.dimensions</ref> (<hi rend="attribute">@unit</hi>, <hi rend="attribute">@quantity</hi>, <hi rend="attribute">@extent</hi>, <hi rend="attribute">@atLeast</hi>, <hi rend="attribute">@atMost</hi>, <hi rend="attribute">@min</hi>, <hi rend="attribute">@max</hi>, <hi rend="attribute">@precision</hi>, <hi rend="attribute">@scope</hi>)) <table rend="attList"><row><cell rend="odd_label">reason</cell><cell rend="odd_value">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>.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">any short indication of the reason for the omission.</cell></row></table></cell></row><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.editLike.attribute.source"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.unit"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.quantity"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.atLeast"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.atMost"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.min"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.max"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.precision"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-1" name="att.dimensions.attribute.scope"/></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.global.edit">model.global.edit</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#desc">desc</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element gap
{
   attribute reason
   {
      list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ }
   }?,
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.editLike">att.editLike.attribute.source</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.unit</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.quantity</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.atLeast</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.atMost</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.min</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.max</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.precision</ref>,
   <ref target="#att.dimensions">att.dimensions.attribute.scope</ref>,
   <ref target="#model.glossLike">model.glossLike</ref>*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><gap extent="4" unit="chars" reason="illegible"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><gap extent="1" unit="essay" reason="sampling"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;gap&gt;, &lt;unclear&gt;, and &lt;del&gt; core tag
      elements may be closely allied in use with the &lt;damage&gt; and
      &lt;supplied&gt; elements, available when using the additional
      tagset for transcription of primary sources. See section <ptr target="#PHCOMB"/> for discussion of which element is appropriate
      for which circumstance.</cell></row></table></div><div type="refdoc" xml:id="geoDecl"><head>&lt;geoDecl&gt;</head><index indexName="ODDS"><term sortBy="geoDecl">&lt;geoDecl&gt;</term><index indexName="ODDS"><term sortBy="datum">@datum</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;geoDecl&gt; </hi>(geographic coordinates declaration) documents the notation and the datum used for geographic
  coordinates expressed as content of the &lt;geo&gt; element
  elsewhere within the document.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">datum</cell><cell rend="odd_value">supplies a commonly used code name for the datum employed.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">WGS84</label><item rend="odd_value">(World Geodetic System) a pair of numbers to be interpreted as latitude followed by longitude
	  according to the World Geodetic System.<hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">MGRS</label><item rend="odd_value">(Military Grid Reference System) the values supplied are geospatial entity object codes,
	based on  Universal Transverse Mercator coordinates</item><label rend="odd_label">OSGB36</label><item rend="odd_value">(ordnance survey great britain) the value supplied is to be interpreted as a British National Grid
	  Reference.</item><label rend="odd_label">ED50</label><item rend="odd_value">(European Datum coordinate system) the value supplied is to be interpreted as latitude followed by
	  longitude according to the European Datum coordinate system.</item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element geoDecl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute datum { "WGS84" | "MGRS" | "OSGB36" | "ED50" | xsd:Name }?,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><geoDecl datum="OSGB36"/></egXML></cell></row></table></div><div type="refdoc" xml:id="graphic"><head>&lt;graphic/&gt;</head><index indexName="ODDS"><term sortBy="graphic">&lt;graphic&gt;</term><index indexName="ODDS"><term sortBy="width">@width</term></index><index indexName="ODDS"><term sortBy="height">@height</term></index><index indexName="ODDS"><term sortBy="scale">@scale</term></index><index indexName="ODDS"><term sortBy="url">@url</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;graphic/&gt; </hi>indicates the location of an inline graphic, illustration, or figure. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.internetMedia">att.internetMedia</ref> (<hi rend="attribute">@mimeType</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.internetMedia.attributes"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.declaring.attributes"/><row><cell rend="odd_label">width</cell><cell rend="odd_value">The display width of the image<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
token
{
   pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
}</eg></cell></row></table></cell></row><row><cell rend="odd_label">height</cell><cell rend="odd_value">The display height of the image<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
token
{
   pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
}</eg></cell></row></table></cell></row><row><cell rend="odd_label">scale</cell><cell rend="odd_value">A scale factor to be applied to the image to make it the desired display size<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row></table></cell></row><row><cell rend="odd_label">url</cell><cell rend="odd_value">(uniform resource locator) A URL which refers to the image itself.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.graphicLike">model.graphicLike</ref> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element graphic
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.internetMedia">att.internetMedia.attributes</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   attribute width
   {
      token
      {
         pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
      }
   }?,
   attribute height
   {
      token
      {
         pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
      }
   }?,
   attribute scale { xsd:double | xsd:decimal }?,
   attribute url { xsd:anyURI }?,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">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="group"><head>&lt;group&gt;</head><index indexName="ODDS"><term sortBy="group">&lt;group&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;group&gt; </hi>contains the body of a composite text, grouping together a sequence of distinct texts (or
    groups of such texts) which are regarded as a unit for some purpose, for example the collected
    works of an author, a sequence of prose essays, etc.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#floatingText">floatingText</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#text">text</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element group
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      ( ( <ref target="#text">text</ref> | <ref target="#group">group</ref> ), ( <ref target="#text">text</ref> | <ref target="#group">group</ref> | <ref target="#model.global">model.global</ref> )* ),
      <ref target="#model.divBottom">model.divBottom</ref>*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><egXML><text><!-- Section on Alexander Pope starts --><front><!-- biographical notice by editor --></front><group><text><!-- first poem --></text><text><!-- second poem --></text></group></text><!-- end of Pope section--></egXML></egXML></cell></row></table></div><div type="refdoc" xml:id="head"><head>&lt;head&gt;</head><index indexName="ODDS"><term sortBy="head">&lt;head&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;head&gt; </hi>(heading) contains any type of heading, for example the title of a section,
        or the heading of a list, glossary, manuscript description, etc. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.headLike">model.headLike</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element head
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">The most common use for the &lt;head&gt; element
            is to mark the headings of sections.  In older writings, the
            headings or <term>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 &lt;trailer&gt;, as
            in this example:<egXML xmlns="http://www.tei-c.org/ns/Examples"><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><list><head>Chapter-Headings</head></list><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">Example</hi></cell><cell rend="wovenodd-col2">The &lt;head&gt; element is also used to mark headings
            of other units, such as lists:<egXML xmlns="http://www.tei-c.org/ns/Examples">With a few exceptions, connectives are equally useful in
            all kinds of discourse:  description, narration, exposition,
            argument.
            <list type="simple"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;head&gt; 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 &lt;head&gt; element based on its
            structural position.  A &lt;head&gt; occurring as the first
            element of a list is the title of that list; one occurring as
            the first element of a &lt;div1&gt; is the title of that
            chapter or section.</cell></row></table></div><div type="refdoc" xml:id="hi"><head>&lt;hi&gt;</head><index indexName="ODDS"><term sortBy="hi">&lt;hi&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;hi&gt; </hi>(highlighted) marks a word or phrase as graphically distinct from the
        surrounding text, for reasons concerning which no claim is
        made.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element hi
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#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="i"><head>&lt;i&gt;</head><index indexName="ODDS"><term sortBy="i">&lt;i&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;i&gt; </hi>(italics) for capturing typographical feature: italicized glyphs.
      </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element i
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row></table></div><div type="refdoc" xml:id="idno"><head>&lt;idno&gt;</head><index indexName="ODDS"><term sortBy="idno">&lt;idno&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;idno&gt; </hi>(identifying number) supplies any standard or non-standard number used to identify a
bibliographic item.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">categorizes the number, for example as an ISBN or other
         standard series.
   <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">A name or abbreviation indicating what type of identifying
         number is given (e.g. ISBN, LCCN).</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#seriesStmt">seriesStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.biblPart">model.biblPart</ref> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Character data only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element idno
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { xsd:Name }?,
   text
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><idno type="ISSN">0143-3385</idno><idno type="OTA">116</idno></egXML></cell></row></table></div><div type="refdoc" xml:id="item"><head>&lt;item&gt;</head><index indexName="ODDS"><term sortBy="item">&lt;item&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;item&gt; </hi>contains one
        component of a list.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#list">list</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element item
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><list type="ordered"><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">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
            &lt;item&gt; element is by definition synonymous with the use of the
            &lt;label&gt; element to record the enumerator of the list item.  In
            glossary lists, however, the term being defined should be given with the
            
            &lt;label&gt; element, not <hi rend="att">n</hi>.</cell></row></table></div><div type="refdoc" xml:id="keywords"><head>&lt;keywords&gt;</head><index indexName="ODDS"><term sortBy="keywords">&lt;keywords&gt;</term><index indexName="ODDS"><term sortBy="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;keywords&gt; </hi>contains a list of keywords or phrases identifying the topic or
nature of a text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value">identifies the controlled vocabulary within which the set of
  keywords concerned is defined.
   <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Usually this will indicate an external website or other
      location where the scheme is documented. </cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#textClass">textClass</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#list">list</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element keywords
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute scheme { xsd:anyURI },
   ( <ref target="#list">list</ref> )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><keywords scheme="http://classificationweb.net"><list><item>Babbage, Charles</item><item>Mathematicians - Great Britain - Biography</item></list></keywords></egXML></cell></row></table></div><div type="refdoc" xml:id="l"><head>&lt;l&gt;</head><index indexName="ODDS"><term sortBy="l">&lt;l&gt;</term><index indexName="ODDS"><term sortBy="part">@part</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;l&gt; </hi>(verse line) contains a single, possibly incomplete, line of verse.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">part</cell><cell rend="odd_value">specifies whether or not the line is metrically complete. <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Mandatory when applicable</cell></row><row><cell rend="odd_label">Legal values are:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">Y</label><item rend="odd_value">(yes) the line is metrically incomplete</item><label rend="odd_label">N</label><item rend="odd_value">(no) either the line is complete, or no claim is made as to its completeness<hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">I</label><item rend="odd_value">(initial) the initial part of an incomplete line</item><label rend="odd_label">M</label><item rend="odd_value">(medial) a medial part of an incomplete line</item><label rend="odd_label">F</label><item rend="odd_value">(final) the final part of an incomplete line</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The values <hi rend="val">I</hi>, <hi rend="val">M</hi>, or <hi rend="val">F</hi> should be used only where
                    it is clear how the line is to be reconstituted.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.lLike">model.lLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element l
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><l met="-/-/-/-/-/" part="Y"/></egXML></cell></row></table></div><div type="refdoc" xml:id="label"><head>&lt;label&gt;</head><index indexName="ODDS"><term sortBy="label">&lt;label&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;label&gt; </hi>contains the label associated with an item in a list; in glossaries, marks the term being
        defined. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#list">list</ref> <?tex \ ?> <?tex \ ?><ref target="#model.labelLike">model.labelLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element label
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">Labels are most 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"><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">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>Autobiography</title>. In this
            usage the &lt;label&gt; element is synonymous with the <hi rend="att">n</hi> attribute on the
                &lt;item&gt; element:<egXML xmlns="http://www.tei-c.org/ns/Examples">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">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"><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 — <q xml:lang="la">Omnia vincit amor, et nos
                        cedamus amori.</q></item><label>August.</label><item>I went to Crassy, and staid two days.</item></list></egXML></cell></row></table></div><div type="refdoc" xml:id="langUsage"><head>&lt;langUsage&gt;</head><index indexName="ODDS"><term sortBy="langUsage">&lt;langUsage&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;langUsage&gt; </hi>(language usage) describes the languages, sublanguages, registers, dialects, etc.
represented within a text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.profileDescPart">model.profileDescPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#language">language</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element langUsage
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#language">language</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="language"><head>&lt;language&gt;</head><index indexName="ODDS"><term sortBy="language">&lt;language&gt;</term><index indexName="ODDS"><term sortBy="ident">@ident</term></index><index indexName="ODDS"><term sortBy="usage">@usage</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;language&gt; </hi>characterizes a single language or sublanguage used within a
  text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">ident</cell><cell rend="odd_value">(identifier) Supplies a language code constructed as defined in <ref 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.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:language</eg></cell></row></table></cell></row><row><cell rend="odd_label">usage</cell><cell rend="odd_value">specifies the approximate percentage (by volume) of the
      text which uses this language.
      <table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:nonNegativeInteger { maxInclusive = "100" }</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">a whole number between 0 and 100</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#langUsage">langUsage</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element language
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute ident { xsd:language },
   attribute usage { xsd:nonNegativeInteger { maxInclusive = "100" } }?,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><langUsage xml:lang="en-US"><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">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="lb"><head>&lt;lb/&gt;</head><index indexName="ODDS"><term sortBy="lb">&lt;lb&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;lb/&gt; </hi>(line break) marks the start of a new (typographic) line in some edition or version of a text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.sourced">att.sourced</ref> (<hi rend="attribute">@ed</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.milestoneLike">model.milestoneLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element lb
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.sourced">att.sourced.attributes</ref>,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">Indicating typographical line breaks within metrical lines, where they occur at different
            places in different editions:<egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Example</hi></cell><cell rend="wovenodd-col2">Indicating line structure of title page, display text, etc.:<egXML xmlns="http://www.tei-c.org/ns/Examples"><docTitle><titlePart type="main"><lb/>THE <lb/>Pilgrim's Progress <lb/>FROM <lb/>THIS WORLD, <lb/>TO <lb/>That
                    which is to come: </titlePart><!-- etc. --></docTitle></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->By convention, &lt;lb&gt; 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 &lt;lb&gt; 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 &lt;l&gt; 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 linebreak in any respect,
            for example as word-breaking or not. </cell></row></table></div><div type="refdoc" xml:id="lg"><head>&lt;lg&gt;</head><index indexName="ODDS"><term sortBy="lg">&lt;lg&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;lg&gt; </hi>(line group) contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain,
        verse paragraph, etc.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.divLike">att.divLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#lg">lg</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divPart">model.divPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element lg
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      ( <ref target="#model.divTop">model.divTop</ref> | <ref target="#model.global">model.global</ref> )*,
      ( <ref target="#model.lLike">model.lLike</ref> | <ref target="#lg">lg</ref> ),
      ( <ref target="#model.lLike">model.lLike</ref> | <ref target="#lg">lg</ref> | <ref target="#model.global">model.global</ref> )*,
      ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><lg type="free"><l>Let me be my own fool</l><l>of my own making, the sum of it</l></lg><lg type="free"><l>is equivocal.</l><l>One says of the drunken farmer:</l></lg><lg type="free"><l>leave him lay off it. And this is</l><l>the explanation.</l></lg></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->contains verse lines or nested line groups only, possibly prefixed by a
            heading.</cell></row></table></div><div type="refdoc" xml:id="list"><head>&lt;list&gt;</head><index indexName="ODDS"><term sortBy="list">&lt;list&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;list&gt; </hi>(list) contains any sequence of items organized as a list. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">describes the form of the list.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">ordered</label><item rend="odd_value">list items are numbered or lettered. </item><label rend="odd_label">bulleted</label><item rend="odd_value">list items are marked with a bullet or other typographic device. </item><label rend="odd_label">simple</label><item rend="odd_value">list items are not numbered or bulleted. <hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">gloss</label><item rend="odd_value">each list item glosses some term or concept, which is given by a label element
            preceding the list item.</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The formal syntax of the element declarations allows &lt;label&gt; 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">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#keywords">keywords</ref> <?tex \ ?><ref target="#revisionDesc">revisionDesc</ref> <?tex \ ?> <?tex \ ?><ref target="#model.listLike">model.listLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#item">item</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#closer">closer</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?><ref target="#postscript">postscript</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?><ref target="#trailer">trailer</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element list
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { "ordered" | "bulleted" | "simple" | "gloss" | xsd:Name }?,
   (
      ( ( <ref target="#model.divTop">model.divTop</ref> ) | ( <ref target="#model.global">model.global</ref> ) )*,
      (
         ( <ref target="#item">item</ref>, <ref target="#model.global">model.global</ref>* )+
       | ( ( <ref target="#label">label</ref>, <ref target="#model.global">model.global</ref>*, <ref target="#item">item</ref>, <ref target="#model.global">model.global</ref>* )+ )
      ),
      ( ( <ref target="#model.divBottom">model.divBottom</ref> ), <ref target="#model.global">model.global</ref>* )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><list type="ordered"><item>a butcher</item><item>a baker</item><item>a candlestick maker, with <list type="bullets"><item>rings on his fingers</item><item>bells on his toes</item></list></item></list></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">The following example treats the short numbered clauses of Anglo-Saxon legal codes as lists
      of items. The text is from an ordinance of King Athelstan (924–939):<egXML xmlns="http://www.tei-c.org/ns/Examples"><div1 type="section"><head>Athelstan's Ordinance</head><list type="ordered"><item n="1">Concerning thieves. First, that no thief is to be spared who is caught with
            the stolen goods, [if he is] over twelve years and [if the value of the goods is] over
            eightpence. <list type="ordered"><item n="1.1">And if anyone does spare one, he is to pay for the thief with his
                wergild — and the thief is to be no nearer a settlement on that account — or to
                clear himself by an oath of that amount.</item><item n="1.2">If, however, he [the thief] wishes to defend himself or to escape, he is
                not to be spared [whether younger or older than twelve].</item><item n="1.3">If a thief is put into prison, he is to be in prison 40 days, and he may
                then be redeemed with 120 shillings; and the kindred are to stand surety for him
                that he will desist for ever.</item><item n="1.4">And if he steals after that, they are to pay for him with his wergild,
                or to bring him back there.</item><item n="1.5">And if he steals after that, they are to pay for him with his wergild,
                whether to the king or to him to whom it rightly belongs; and everyone of those who
                supported him is to pay 120 shillings to the king as a fine.</item></list></item><item n="2">Concerning lordless men. And we pronounced about these lordless men, from whom
            no justice can be obtained, that one should order their kindred to fetch back such a
            person to justice and to find him a lord in public meeting. <list type="ordered"><item n="2.1">And if they then will not, or cannot, produce him on that appointed day,
                he is then to be a fugitive afterwards, and he who encounters him is to strike him
                down as a thief.</item><item n="2.2">And he who harbours him after that, is to pay for him with his wergild
                or to clear himself by an oath of that amount.</item></list></item><item n="3">Concerning the refusal of justice. The lord who refuses justice and upholds
            his guilty man, so that the king is appealed to, is to repay the value of the goods and
            120 shillings to the king; and he who appeals to the king before he demands justice as
            often as he ought, is to pay the same fine as the other would have done, if he had
            refused him justice. <list type="ordered"><item n="3.1">And the lord who is an accessory to a theft by his slave, and it becomes
                known about him, is to forfeit the slave and be liable to his wergild on the first
                occasionp if he does it more often, he is to be liable to pay all that he owns.</item><item n="3.2">And likewise any of the king's treasurers or of our reeves, who has been
                an accessory of thieves who have committed theft, is to liable to the same.</item></list></item><item n="4">Concerning treachery to a lord. And we have pronounced concerning treachery to
            a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is
            afterwards convicted at the three-fold ordeal.</item></list></div1></egXML>Note that nested lists have been used so the tagging mirrors the structure indicated by the
      two-level numbering of the clauses. The clauses could have been treated as a one-level list
      with irregular numbering, if desired.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they
        confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards
        inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy
        Cross. <list type="simple"><item>I, Eanbald, by the grace of God archbishop of the holy church of York, have
            subscribed to the pious and catholic validity of this document with the sign of the Holy
            Cross.</item><item>I, Ælfwold, king of the people across the Humber, consenting have subscribed with
            the sign of the Holy Cross.</item><item>I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the
            sign of the Holy Cross.</item><item>I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the
            sign of the Holy Cross.</item><item>I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of
            the Holy Cross.</item><item>I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.</item><item>I, Æthelwine, bishop, have subscribed through delegates.</item><item>I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy
            Cross.</item></list></p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="listBibl"><head>&lt;listBibl&gt;</head><index indexName="ODDS"><term sortBy="listBibl">&lt;listBibl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;listBibl&gt; </hi>(citation list) contains a list of bibliographic citations of any kind.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#listBibl">listBibl</ref> <?tex \ ?> <?tex \ ?><ref target="#model.listLike">model.listLike</ref> <?tex \ ?><ref target="#model.msItemPart">model.msItemPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element listBibl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   ( <ref target="#model.headLike">model.headLike</ref>*, ( <ref target="#model.biblLike">model.biblLike</ref> | <ref target="#model.milestoneLike">model.milestoneLike</ref> | <ref target="#listBibl">listBibl</ref> )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="measureGrp"><head>&lt;measureGrp&gt;</head><index indexName="ODDS"><term sortBy="measureGrp">&lt;measureGrp&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;measureGrp&gt; </hi>(measure group) contains a group of dimensional specifications which relate to the same object, for example
    the height and width of a manuscript page. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.measurement">att.measurement</ref> (<hi rend="attribute">@unit</hi>, <hi rend="attribute">@quantity</hi>, <hi rend="attribute">@commodity</hi>) <?tex \ ?><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.measureLike">model.measureLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element measureGrp
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.measurement">att.measurement.attributes</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   ( text | <ref target="#model.gLike">model.gLike</ref> | <ref target="#model.measureLike">model.measureLike</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><measureGrp type="leaves" unit="mm"><height scope="range">157-160</height><width quantity="105"/></measureGrp><measureGrp type="ruledArea" unit="mm"><height scope="most" quantity="90"/><width scope="most" quantity="48"/></measureGrp><measureGrp type="box" unit="in"><height quantity="12"/><width quantity="10"/><depth quantity="6"/></measureGrp></egXML></cell></row></table></div><div type="refdoc" xml:id="milestone"><head>&lt;milestone/&gt;</head><index indexName="ODDS"><term sortBy="milestone">&lt;milestone&gt;</term><index indexName="ODDS"><term sortBy="unit">@unit</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;milestone/&gt; </hi>marks a boundary point separating any kind of section of a text, typically but not
                    necessarily indicating a point at which some part of a standard reference system
                    changes, where the change is not represented by a structural element. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.sourced">att.sourced</ref> (<hi rend="attribute">@ed</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.typed.attribute.type"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.sourced.attributes"/><row><cell rend="odd_label">unit</cell><cell rend="odd_value">provides a conventional name for the kind of section changing at
                                        this milestone.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">page</label><item rend="odd_value">physical page breaks (synonymous with the
                                                  &lt;pb&gt; element).</item><label rend="odd_label">column</label><item rend="odd_value">column breaks.</item><label rend="odd_label">line</label><item rend="odd_value">line breaks (synonymous with the &lt;lb&gt;
                                                  element).</item><label rend="odd_label">book</label><item rend="odd_value">any units termed book, liber, etc.</item><label rend="odd_label">poem</label><item rend="odd_value">individual poems in a collection.</item><label rend="odd_label">canto</label><item rend="odd_value">cantos or other major sections of a poem.</item><label rend="odd_label">speaker</label><item rend="odd_value">changes of speaker or narrator.</item><label rend="odd_label">stanza</label><item rend="odd_value">stanzas within a poem, book, or canto.</item><label rend="odd_label">act</label><item rend="odd_value">acts within a play.</item><label rend="odd_label">scene</label><item rend="odd_value">scenes within a play or act.</item><label rend="odd_label">section</label><item rend="odd_value">sections of any kind.</item><label rend="odd_label">absent</label><item rend="odd_value">passages not present in the reference
                                                  edition.</item><label rend="odd_label">unnumbered</label><item rend="odd_value">passages present in the text, but not to be
                                                  included as part of the
                                                  reference.</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If the milestone marks the beginning of a piece of text
                                                  not present in the reference edition, the special
                                                  value <term>absent</term> may be used as the value
                                                  of <hi rend="att">unit</hi>. The normal interpretation is
                                                  that the reference edition does not contain the
                                                  text which follows, until the next
                                                  &lt;milestone&gt; tag for the edition in question
                                                  is encountered.In addition to the values suggested, other terms may be
                                                  appropriate (e.g. <term>Stephanus</term> for the
                                                  Stephanus numbers in Plato).</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.milestoneLike">model.milestoneLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element milestone
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.sourced">att.sourced.attributes</ref>,
   attribute unit
   {
      "page"
    | "column"
    | "line"
    | "book"
    | "poem"
    | "canto"
    | "speaker"
    | "stanza"
    | "act"
    | "scene"
    | "section"
    | "absent"
    | "unnumbered"
    | xsd:Name
   },
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><milestone n="23" ed="La" unit="Dreissiger"/> ... <milestone n="24" ed="AV" unit="verse"/> ...</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->For this element, the global <hi rend="att">n</hi> attribute indicates the new number
                              or other value for the unit which changes at this milestone. The
                              special value <mentioned>unnumbered</mentioned> should be used in
                              passages which fall outside the normal numbering scheme, such as
                              chapter or other headings, poem numbers or titles, etc.The order in which milestone elements are given at a given point is not
                              normally significant.
                              <!--Milestones for page and column should precede
milestones for line numbers. --></cell></row></table></div><div type="refdoc" xml:id="name"><head>&lt;name&gt;</head><index indexName="ODDS"><term sortBy="name">&lt;name&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;name&gt; </hi>(name, proper noun) contains a proper noun or noun phrase. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.naming">att.naming</ref> (<hi rend="attribute">@nymRef</hi>) <?tex \ ?> (<ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>)) <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.nameLike.agent">model.nameLike.agent</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element name
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.naming">att.naming.attributes</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Proper nouns referring to people, places, and organizations may be tagged instead with
                &lt;persName&gt;, &lt;placeName&gt;, or &lt;orgName&gt;, when the TEI module for
            names and dates is included.</cell></row></table></div><div type="refdoc" xml:id="note"><head>&lt;note&gt;</head><index indexName="ODDS"><term sortBy="note">&lt;note&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index><index indexName="ODDS"><term sortBy="resp">@resp</term></index><index indexName="ODDS"><term sortBy="anchored">@anchored</term></index><index indexName="ODDS"><term sortBy="target">@target</term></index><index indexName="ODDS"><term sortBy="targetEnd">@targetEnd</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;note&gt; </hi>contains a note or annotation.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.placement">att.placement</ref> (<hi rend="attribute">@place</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.placement.attributes"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">describes the type of note.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Values can be taken from any convenient typology of annotation suitable to the
                work in hand; e.g. annotation, gloss, citation, digression, preliminary,
            temporary</cell></row></table></cell></row><row><cell rend="odd_label">resp</cell><cell rend="odd_value"> (responsible party) indicates who is responsible for the annotation: author, editor, translator, etc.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:anyURI</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">a pointer to one of the identifiers declared in the document header, associated
                with a person asserted as responsible for some aspect of the text's creation,
                transcription, editing, encoding, or annotation</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->For specialized types of editorial annotation (e.g. for marking corrections,
                    normalizations, cruxes, etc.), see chapter <ptr target="#TC" type="div1"/>.</cell></row></table></cell></row><row><cell rend="odd_label">anchored</cell><cell rend="odd_value">indicates whether the copy text shows the exact place of reference for the note.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:boolean</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->In modern texts, notes are usually anchored by means of explicit footnote or
                    endnote symbols. An explicit indication of the phrase or line annotated may
                    however be used instead (e.g. <q>page 218, lines 3–4</q>). The
                    <hi rend="att">anchored</hi> attribute indicates whether any explicit location is given,
                    whether by symbol or by prose cross-reference. The value <hi rend="val">true</hi>
                    indicates that such an explicit location is indicated in the copy text; the
                    value <hi rend="val">false</hi> indicates that the copy text does not indicate a specific
                    place of attachment for the note. If the specific symbols used in the copy text
                    at the location the note is anchored are to be recorded, use the <hi rend="att">n</hi>
                    attribute.</cell></row></table></cell></row><row><cell rend="odd_label">target</cell><cell rend="odd_value">indicates the point (or points) of attachment for a note, or the beginning of the
                span to which the note is attached.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">reference to the <hi rend="att">xml:id</hi>s of element(s) which begin at the location
                in question (e.g. the <hi rend="att">xml:id</hi> of an &lt;anchor&gt; element).</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If <hi rend="att">target</hi> and <hi rend="att">targetEnd</hi> are to be used to indicate where
                    notes attach to the text, then elements at the appropriate locations
                    (&lt;anchor&gt; elements if necessary) must be given <hi rend="att">xml:id</hi> values
                    to be pointed at.</cell></row></table></cell></row><row><cell rend="odd_label">targetEnd</cell><cell rend="odd_value">points to the end of the span to which the note is attached, if the note is not
                embedded in the text at that point.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">reference to the <hi rend="att">xml:id</hi>(s) of element(s) which <emph>end</emph> at
                the location(s) in question, or to an empty element at the point in question.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This attribute is retained for backwards compatibility; it
	may be removed at a subsequent release of the Guidelines. The
	recommended way of pointing to a span of elements is by means
	of the <ident>range</ident> function of XPointer, as further
	described in  <ptr target="#SATSRN"/>. </cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.noteLike">model.noteLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element note
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.placement">att.placement.attributes</ref>,
   attribute type { xsd:Name }?,
   attribute resp { xsd:anyURI }?,
   attribute anchored { xsd:boolean }?,
   attribute target { list { xsd:anyURI+ } }?,
   attribute targetEnd { list { xsd:anyURI+ } }?,
   <ref target="#macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples">And yet it is not only in the great line of
            Italian renaissance art, but even in the painterly <note type="gloss"><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. (Tr.)</note> style of the Dutch genre
            painters of the seventeenth century that drapery has this psychological significance.
        </egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</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">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="notesStmt"><head>&lt;notesStmt&gt;</head><index indexName="ODDS"><term sortBy="notesStmt">&lt;notesStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;notesStmt&gt; </hi>(notes statement) collects together any notes providing information about a text
additional to that recorded in other parts of the bibliographic
description.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#note">note</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element notesStmt
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#model.noteLike">model.noteLike</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><notesStmt><note>Historical commentary provided by Mark Cohen</note><note>OCR scanning done at University of Toronto</note></notesStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Information of different kinds should not be grouped
together into the same note.</cell></row></table></div><div type="refdoc" xml:id="num"><head>&lt;num&gt;</head><index indexName="ODDS"><term sortBy="num">&lt;num&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index><index indexName="ODDS"><term sortBy="value">@value</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;num&gt; </hi>(number) contains a number, written in any form. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">indicates the type of numeric value.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">cardinal</label><item rend="odd_value">absolute number, e.g. 21, 21.5</item><label rend="odd_label">ordinal</label><item rend="odd_value">ordinal number, e.g. 21st</item><label rend="odd_label">fraction</label><item rend="odd_value">fraction, e.g. one half or three-quarters</item><label rend="odd_label">percentage</label><item rend="odd_value">a percentage</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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">supplies the value of the number in standard form.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:double | xsd:decimal</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">a numeric value.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.measureLike">model.measureLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element num
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type
   {
      "cardinal" | "ordinal" | "fraction" | "percentage" | xsd:Name
   }?,
   attribute value { xsd:double | xsd:decimal }?,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>I reached <num type="cardinal" value="21">twenty-one</num> on my <num type="ordinal" value="21">twenty-first</num> birthday... light travels at <num value="10E10">10<hi rend="sup">10</hi></num> cm per second.</p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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 <ptr target="#FS"/>. The
            &lt;num&gt; element is intended for use in simple applications.</cell></row></table></div><div type="refdoc" xml:id="opener"><head>&lt;opener&gt;</head><index indexName="ODDS"><term sortBy="opener">&lt;opener&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;opener&gt; </hi>groups together dateline, byline, salutation, and similar phrases appearing as a preliminary
    group at the start of a division, especially of a letter.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divTopPart">model.divTopPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#argument">argument</ref> <?tex \ ?><ref target="#byline">byline</ref> <?tex \ ?><ref target="#dateline">dateline</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#salute">salute</ref> <?tex \ ?><ref target="#signed">signed</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element opener
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   (
      text
    | <ref target="#model.gLike">model.gLike</ref>
    | <ref target="#model.phrase">model.phrase</ref>
    | <ref target="#argument">argument</ref>
    | <ref target="#byline">byline</ref>
    | <ref target="#dateline">dateline</ref>
    | <ref target="#epigraph">epigraph</ref>
    | <ref target="#salute">salute</ref>
    | <ref target="#signed">signed</ref>
    | <ref target="#model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><opener><dateline>Walden, this 29. of August 1592</dateline></opener></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#DSCO-eg-51"><opener><dateline><name type="place">Great Marlborough Street</name><date>November 11, 1848</date></dateline><salute>My dear Sir,</salute></opener><p>I am sorry to say that absence from town and other circumstances have prevented me from
        earlier enquiring...</p></egXML><!-- Trollope Autobiog, p 77 --></cell></row></table></div><div type="refdoc" xml:id="ornament"><head>&lt;ornament&gt;</head><index indexName="ODDS"><term sortBy="ornament">&lt;ornament&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ornament&gt; </hi>for capturing typographical feature: printer's ornament,
      horizontal line, strings of asterisks or periods, etc,
      indicating an informal division that does not call for a new
      &lt;div&gt; element. If a horizontal rule or printer's
      ornament, use appropriate <hi rend="att">rend</hi> attribute and leave
      the element empy; if the ornament can be represented with
      characters, include these in the element.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.inter">model.inter</ref> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.common">model.common</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Character data only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element ornament
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   text
}</eg></cell></row></table></div><div type="refdoc" xml:id="p"><head>&lt;p&gt;</head><index indexName="ODDS"><term sortBy="p">&lt;p&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;p&gt; </hi>(paragraph) marks paragraphs in prose.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pLike">model.pLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element p
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#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="pb"><head>&lt;pb/&gt;</head><index indexName="ODDS"><term sortBy="pb">&lt;pb&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;pb/&gt; </hi>(page break) marks the boundary between one page of a text and the next in a standard reference system. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?><ref target="#att.sourced">att.sourced</ref> (<hi rend="attribute">@ed</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.milestoneLike">model.milestoneLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element pb
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#att.sourced">att.sourced.attributes</ref>,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">Page numbers may vary in different editions of a text.<egXML xmlns="http://www.tei-c.org/ns/Examples"><p> ... <pb n="145" ed="ed2"/><!-- Page 145 in edition "ed2" starts here --> ... <pb n="283" ed="ed1"/><!-- Page 283 in edition "ed1" starts here--> ... </p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">A page break may be associated with a facsimile image of the page it introduces by means
            of the <hi rend="att">facs</hi> attribute<egXML xmlns="http://www.tei-c.org/ns/Examples"><TEI><teiHeader><!--...--></teiHeader><text><pb n="1" facs="page1.png"/><!-- page1.png contains an image of the page;
                        the text it contains is encoded here --><pb n="2" facs="page2.png"/><!-- similarly, for page 2 --></text></TEI></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->By convention, &lt;pb&gt; elements should appear at the start of the page to which they
            refer. The global <hi rend="att">n</hi> attribute indicates the number or other value associated
            with the page which follows. This will normally be the page number or signature printed
            on it, since the physical sequence number is implicit in the presence of the &lt;pb&gt;
            element itself. The <hi rend="att">type</hi> attribute may be used to characterize the page break in any respect,
            for example as word-breaking or not. </cell></row></table></div><div type="refdoc" xml:id="postscript"><head>&lt;postscript&gt;</head><index indexName="ODDS"><term sortBy="postscript">&lt;postscript&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;postscript&gt; </hi>contains a postscript, e.g. to a letter. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divBottomPart">model.divBottomPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element postscript
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( ( <ref target="#model.common">model.common</ref> ) | ( <ref target="#model.global">model.global</ref> ) )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div type="letter"><opener><dateline><placeName>Rimaone</placeName><date when="2006-11-21">21 Nov 06</date></dateline><salute>Dear Susan,</salute></opener><p>Thank you very much for the assistance splitting those
	logs. I'm sorry about the misunderstanding as to the size of
	the task. I really was not asking for help, only to borrow the
	axe. Hope you had fun in any case.</p><closer><salute>Sincerely yours,</salute><signed>Seymour</signed></closer><postscript><label>P.S.</label><p>The collision occured on <date when="2001-07-06">06 Jul 01</date>.</p></postscript></div></egXML></cell></row></table></div><div type="refdoc" xml:id="principal"><head>&lt;principal&gt;</head><index indexName="ODDS"><term sortBy="principal">&lt;principal&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;principal&gt; </hi>(principal researcher) supplies the name of the principal researcher responsible for the
creation of an electronic text. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.respLike">model.respLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element principal
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><principal>Gary Taylor</principal></egXML></cell></row></table></div><div type="refdoc" xml:id="profileDesc"><head>&lt;profileDesc&gt;</head><index indexName="ODDS"><term sortBy="profileDesc">&lt;profileDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;profileDesc&gt; </hi>(text-profile description) 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.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.headerPart">model.headerPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#creation">creation</ref> <?tex \ ?><ref target="#langUsage">langUsage</ref> <?tex \ ?><ref target="#textClass">textClass</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element profileDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#creation">creation</ref>?, <ref target="#model.profileDescPart">model.profileDescPart</ref>* )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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></table></div><div type="refdoc" xml:id="projectDesc"><head>&lt;projectDesc&gt;</head><index indexName="ODDS"><term sortBy="projectDesc">&lt;projectDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;projectDesc&gt; </hi>(project description) 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.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element projectDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#model.pLike">model.pLike</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="ptr"><head>&lt;ptr/&gt;</head><index indexName="ODDS"><term sortBy="ptr">&lt;ptr&gt;</term><index indexName="ODDS"><term sortBy="target">@target</term></index><index indexName="ODDS"><term sortBy="cRef">@cRef</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ptr/&gt; </hi>(pointer) defines a pointer to another location.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.pointing">att.pointing</ref> (<hi rend="attribute">@type</hi>, <hi rend="attribute">@evaluate</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.pointing.attributes"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.declaring.attributes"/><row><cell rend="odd_label">target</cell><cell rend="odd_value">specifies the destination of the pointer by supplying one or more URI References<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">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>TEI%20Consortium</code>.</cell></row></table></cell></row><row><cell rend="odd_label">cRef</cell><cell rend="odd_value">(canonical reference) specifies the destination of the pointer by supplying a canonical reference from a
                scheme defined in a &lt;refsDecl&gt; element in the TEI header<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">the result of applying the algorithm for the resolution of canonical references
                (described in section <ptr target="#SACR"/>) should be a valid URI reference to the
                intended target</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;refsDecl&gt; to use may be indicated with the <hi rend="att">decls</hi>
                    attribute.Currently these Guidelines only provide for a single canonical reference to be
                    encoded on any given &lt;ptr&gt; element.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.ptrLike">model.ptrLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element ptr
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.pointing">att.pointing.attributes</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      attribute target { list { xsd:anyURI+ } }
    | attribute cRef
      {
         list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ }
      }
   ),
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><ptr target="#p143 #p144"/><ptr target="http://www.tei-c.org"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="pubPlace"><head>&lt;pubPlace&gt;</head><index indexName="ODDS"><term sortBy="pubPlace">&lt;pubPlace&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;pubPlace&gt; </hi>(publication place) contains the name of the place where a bibliographic item was published. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.naming">att.naming</ref> (<hi rend="attribute">@nymRef</hi>) <?tex \ ?> (<ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#docImprint">docImprint</ref> <?tex \ ?> <?tex \ ?><ref target="#model.imprintPart">model.imprintPart</ref> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element pubPlace
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.naming">att.naming.attributes</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><publicationStmt><publisher>Oxford University Press</publisher><pubPlace>Oxford</pubPlace><date>1989</date></publicationStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="publicationStmt"><head>&lt;publicationStmt&gt;</head><index indexName="ODDS"><term sortBy="publicationStmt">&lt;publicationStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;publicationStmt&gt; </hi>(publication statement) groups information concerning the publication or distribution
of an electronic or other text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#address">address</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pubPlace">pubPlace</ref> <?tex \ ?><ref target="#publisher">publisher</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#authority">authority</ref> <?tex \ ?><ref target="#availability">availability</ref> <?tex \ ?><ref target="#distributor">distributor</ref> <?tex \ ?><ref target="#idno">idno</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element publicationStmt
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.pLike">model.pLike</ref>+ | <ref target="#model.publicationStmtPart">model.publicationStmtPart</ref>+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Although not enforced by the
schemas, it is a requirement for TEI conformance that information about
publication place, address, identifier, availability, and date be
given in that order, following the name of the publisher, distributor,
or authority concerned</cell></row></table></div><div type="refdoc" xml:id="publisher"><head>&lt;publisher&gt;</head><index indexName="ODDS"><term sortBy="publisher">&lt;publisher&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;publisher&gt; </hi>provides the name of the organization responsible for the publication or distribution of a
        bibliographic item.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#docImprint">docImprint</ref> <?tex \ ?> <?tex \ ?><ref target="#model.imprintPart">model.imprintPart</ref> <?tex \ ?><ref target="#model.publicationStmtPart">model.publicationStmtPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element publisher
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><imprint><pubPlace>Oxford</pubPlace><publisher>Clarendon Press</publisher><date>1987</date></imprint></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="q"><head>&lt;q&gt;</head><index indexName="ODDS"><term sortBy="q">&lt;q&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;q&gt; </hi>(separated from the surrounding text with quotation marks) contains material which is marked as (ostensibly) being somehow different than the
    surrounding text, 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. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.ascribed">att.ascribed</ref> (<hi rend="attribute">@who</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.ascribed.attributes"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">may be used to indicate whether the offset passage is spoken or thought, or to
        characterize it more finely.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">spoken</label><item rend="odd_value">representation of speech</item><label rend="odd_label">thought</label><item rend="odd_value">representation of thought, e.g. internal monologue</item><label rend="odd_label">written</label><item rend="odd_value">quotation from a written source</item><label rend="odd_label">soCalled</label><item rend="odd_value">authorial distance</item><label rend="odd_label">foreign</label><item rend="odd_value">(foreign words) </item><label rend="odd_label">distinct</label><item rend="odd_value">(linguistically distinct) </item><label rend="odd_label">term</label><item rend="odd_value">(technical term) </item><label rend="odd_label">emph</label><item rend="odd_value">(rhetorically emphasized) </item><label rend="odd_label">mentioned</label><item rend="odd_value">refering to itself, not its normal referant</item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.qLike">model.qLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element q
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.ascribed">att.ascribed.attributes</ref>,
   attribute type
   {
      "spoken"
    | "thought"
    | "written"
    | "soCalled"
    | "foreign"
    | "distinct"
    | "term"
    | "emph"
    | "mentioned"
    | xsd:Name
   }?,
   <ref target="#macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples">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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->May be used to indicate that a passage is distinguished from the surrounding text by
      quotation marks for reasons concerning which no claim is made. When used in this manner,
      &lt;q&gt; may be thought of as syntactic sugar for &lt;hi&gt; with a value of
      <hi rend="att">rend</hi> that indicates the use of quotation marks.</cell></row></table></div><div type="refdoc" xml:id="ref"><head>&lt;ref&gt;</head><index indexName="ODDS"><term sortBy="ref">&lt;ref&gt;</term><index indexName="ODDS"><term sortBy="target">@target</term></index><index indexName="ODDS"><term sortBy="cRef">@cRef</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ref&gt; </hi>(reference) defines a reference to another location, possibly modified by additional text or comment.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.pointing">att.pointing</ref> (<hi rend="attribute">@type</hi>, <hi rend="attribute">@evaluate</hi>) <?tex \ ?><ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.pointing.attributes"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.declaring.attributes"/><row><cell rend="odd_label">target</cell><cell rend="odd_value">specifies the destination of the reference by supplying one or more URI References<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
xsd:anyURI</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">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>TEI%20Consortium</code>.</cell></row></table></cell></row><row><cell rend="odd_label">cRef</cell><cell rend="odd_value">(canonical reference) specifies the destination of the reference by supplying a canonical reference from
                a scheme defined in a &lt;refsDecl&gt; element in the TEI header<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">the result of applying the algorithm for the resolution of canonical references
                (described in section <ptr target="#SACR"/>) should be a valid URI reference to the
                intended target</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;refsDecl&gt; to use may be indicated with the <hi rend="att">decls</hi>
                    attribute.Currently these Guidelines only provide for a single canonical reference to be
                    encoded on any given &lt;ref&gt; element.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.ptrLike">model.ptrLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element ref
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.pointing">att.pointing.attributes</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   (
      attribute target { list { xsd:anyURI+ } }?
    | attribute cRef
      {
         list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ }
      }?
   ),
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2"> See especially the second
                sentence</ref> See also <ref>s.v. <term>locution</term></ref>.&gt;</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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="refState"><head>&lt;refState/&gt;</head><index indexName="ODDS"><term sortBy="refState">&lt;refState&gt;</term><index indexName="ODDS"><term sortBy="unit">@unit</term></index><index indexName="ODDS"><term sortBy="length">@length</term></index><index indexName="ODDS"><term sortBy="delim">@delim</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;refState/&gt; </hi>(reference state) specifies one component of a canonical reference defined by
the milestone method.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.sourced">att.sourced</ref> (<hi rend="attribute">@ed</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.sourced.attributes"/><row><cell rend="odd_label">unit</cell><cell rend="odd_value">indicates what kind of state is changing at this milestone.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value"><hi rend="required">Required</hi></cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">page</label><item rend="odd_value">page breaks in the reference edition.
    </item><label rend="odd_label">column</label><item rend="odd_value">column breaks.
    </item><label rend="odd_label">line</label><item rend="odd_value">line breaks.
    </item><label rend="odd_label">book</label><item rend="odd_value">any units termed book, liber, etc.
    </item><label rend="odd_label">poem</label><item rend="odd_value">individual poems in a collection.
    </item><label rend="odd_label">canto</label><item rend="odd_value">cantos or other major sections of a poem.
    </item><label rend="odd_label">stanza</label><item rend="odd_value">stanzas within a poem, book, or canto.
    </item><label rend="odd_label">act</label><item rend="odd_value">acts within a play.
    </item><label rend="odd_label">scene</label><item rend="odd_value">scenes within a play or act.
    </item><label rend="odd_label">section</label><item rend="odd_value">sections of any kind.
    </item><label rend="odd_label">absent</label><item rend="odd_value">passages not present in the reference edition.</item></list></cell></row></table></cell></row><row><cell rend="odd_label">length</cell><cell rend="odd_value">specifies the fixed length of the reference component.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:nonNegativeInteger</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Should be a positive integer; if no value is provided,
    the length is unlimited and goes to the next delimiter or to the
    end of the value.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->When constructing a reference, if the reference component
  found is of numeric type, the length
  is made up by inserting leading zeros; if it is not, by inserting
  trailing blanks. In either case, reference components are truncated
  if necessary at the right hand side.
  When seeking a reference, the length indicates the
  number of characters which should be compared. Values longer than
  this will be regarded as matching, if they start correctly. </cell></row></table></cell></row><row><cell rend="odd_label">delim</cell><cell rend="odd_value">(delimiter) supplies a delimiting string following the reference
          component.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
text</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">If a single space is used it is interpreted as
          whitespace.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#refsDecl">refsDecl</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2">Empty element</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element refState
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.sourced">att.sourced.attributes</ref>,
   attribute unit
   {
      "page"
    | "column"
    | "line"
    | "book"
    | "poem"
    | "canto"
    | "stanza"
    | "act"
    | "scene"
    | "section"
    | "absent"
    | xsd:Name
   },
   attribute length { xsd:nonNegativeInteger }?,
   attribute delim { text }?,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><refState unit="book" delim=":"/><refState unit="line" length="4"/></egXML></cell></row></table></div><div type="refdoc" xml:id="refsDecl"><head>&lt;refsDecl&gt;</head><index indexName="ODDS"><term sortBy="refsDecl">&lt;refsDecl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;refsDecl&gt; </hi>(references declaration) specifies how canonical references are constructed for this
  text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#cRefPattern">cRefPattern</ref> <?tex \ ?><ref target="#refState">refState</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element refsDecl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.pLike">model.pLike</ref>+ | <ref target="#cRefPattern">cRefPattern</ref>+ | <ref target="#refState">refState</ref>+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><refsDecl><cRefPattern matchPattern="([A-Za-z0-9]+) ([0-9]+):([0-9]+)" replacementPattern="#xpath(//body/div[@n='$1']/div[$2]/div3[$3])"/></refsDecl></egXML>This example is a formal representation for the referencing
    scheme described informally in the following example.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><refsDecl><p>References are made up by concatenating the value for the
        <att>n</att> attribute on the highest level <gi>div</gi>
        element, followed by a space, followed by the sequential
        number of the next level <gi>div</gi> followed by a colon
        followed by the sequential number of the next (and lowest)
        level <gi>div</gi>.</p></refsDecl></egXML></cell></row></table></div><div type="refdoc" xml:id="relatedItem"><head>&lt;relatedItem&gt;</head><index indexName="ODDS"><term sortBy="relatedItem">&lt;relatedItem&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;relatedItem&gt; </hi>contains or references some other bibliographic item which is related to the present one
        in some specified manner, for example as a constituent or alternative version of it.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.biblPart">model.biblPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element relatedItem
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   ( <ref target="#model.biblLike">model.biblLike</ref> | <ref target="#model.ptrLike">model.ptrLike</ref> )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><biblStruct><monogr><author>Shirley, James</author><title type="main">The gentlemen of Venice</title><imprint><pubPlace>New York</pubPlace><publisher>Readex Microprint</publisher><date>1953</date></imprint><extent>1 microprint card, 23 x 15 cm.</extent></monogr><series><title>Three centuries of drama: English, 1642–1700</title></series><relatedItem type="original"><biblStruct><monogr><author>Shirley, James</author><title type="main">The gentlemen of Venice</title><title type="subordinate">a tragi-comedie presented at the private house
                                in Salisbury Court by Her Majesties servants</title><imprint><pubPlace>London</pubPlace><publisher>H. Moseley</publisher><date>1655</date></imprint><extent>78 p.</extent></monogr></biblStruct></relatedItem></biblStruct></egXML></cell></row></table></div><div type="refdoc" xml:id="resp"><head>&lt;resp&gt;</head><index indexName="ODDS"><term sortBy="resp">&lt;resp&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;resp&gt; </hi>(responsibility) contains a phrase describing the nature of a person's intellectual responsibility.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#respStmt">respStmt</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element resp
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.canonical">att.canonical.attributes</ref>,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><respStmt><resp key="com">compiler</resp><name>Edward Child</name></respStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The attributes <hi rend="att">key</hi> or <hi rend="att">ref</hi>, inherited from the class <ident type="class">att.canonical</ident> may be used to indicate the kind of responsibility in a normalised
      form, by referring directly (using <hi rend="att">ref</hi>) or indirectly (using <hi rend="att">key</hi>) to a
      standardised list of responsibility types, such as that maintained by a naming authority, for
      example the list maintained at <ptr target="http://www.loc.gov/marc/relators/relacode.html"/>
      for bibliographic usage.</cell></row></table></div><div type="refdoc" xml:id="respStmt"><head>&lt;respStmt&gt;</head><index indexName="ODDS"><term sortBy="respStmt">&lt;respStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;respStmt&gt; </hi>(statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition,
    recording, or series, where the specialized elements for authors, editors, etc. do not suffice
    or do not apply.    </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#editionStmt">editionStmt</ref> <?tex \ ?><ref target="#seriesStmt">seriesStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.respLike">model.respLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#name">name</ref> <?tex \ ?><ref target="#resp">resp</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element respStmt
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( ( <ref target="#resp">resp</ref>+, <ref target="#model.nameLike.agent">model.nameLike.agent</ref>+ ) | ( <ref target="#model.nameLike.agent">model.nameLike.agent</ref>+, <ref target="#resp">resp</ref>+ ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><respStmt><resp>transcribed from original ms</resp><persName>Claus Huitfeldt</persName></respStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><respStmt><resp>converted to SGML encoding</resp><name>Alan Morrison</name></respStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="revisionDesc"><head>&lt;revisionDesc&gt;</head><index indexName="ODDS"><term sortBy="revisionDesc">&lt;revisionDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;revisionDesc&gt; </hi>(revision description) summarizes the revision history for a file.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#teiHeader">teiHeader</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#list">list</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#change">change</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element revisionDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#list">list</ref> | <ref target="#change">change</ref>+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><revisionDesc><change when="1991-11-11">
            EMB deleted chapter 10
        </change></revisionDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Record changes with most recent changes at the top of the
list.</cell></row></table></div><div type="refdoc" xml:id="row"><head>&lt;row&gt;</head><index indexName="ODDS"><term sortBy="row">&lt;row&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;row&gt; </hi>contains one row of a table.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.tableDecoration">att.tableDecoration</ref> (<hi rend="attribute">@role</hi>, <hi rend="attribute">@rows</hi>, <hi rend="attribute">@cols</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#table">table</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#cell">cell</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element row
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.tableDecoration">att.tableDecoration.attributes</ref>,
   <ref target="#cell">cell</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="said"><head>&lt;said&gt;</head><index indexName="ODDS"><term sortBy="said">&lt;said&gt;</term><index indexName="ODDS"><term sortBy="aloud">@aloud</term></index><index indexName="ODDS"><term sortBy="direct">@direct</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;said&gt; </hi>(speech or thought) indicates passages thought or spoken aloud, whether
        explicitly indicated in the source or not, whether directly
        or indirectly reported, whether by real people or
        fictional characters. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.ascribed">att.ascribed</ref> (<hi rend="attribute">@who</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.ascribed.attributes"/><row><cell rend="odd_label">aloud</cell><cell rend="odd_value">may be used to indicate whether the quoted matter
                is regarded as having been vocalized or signed.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:boolean | "unknown" | "inapplicable"</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value <hi rend="val">true</hi> indicates the encoded passage was
                    expressed outwardly (whether spoken, signed, sung, screamed,
                    chanted, etc.); the value <hi rend="val">false</hi> indicates that the
                    encoded passage was thought, but not outwardly expressed.</cell></row></table></cell></row><row><cell rend="odd_label">direct</cell><cell rend="odd_value">may be used to indicate whether the quoted matter is regarded
                as direct or indirect speech.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:boolean | "unknown" | "inapplicable"</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value <hi rend="val">true</hi> indicates the speech or thought
                    is represented directly; the value <hi rend="val">false</hi> that
                    speech or thought is represented indirectly, e.g. by use of a
                    marked verbal aspect.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.qLike">model.qLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element said
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.ascribed">att.ascribed.attributes</ref>,
   attribute aloud { xsd:boolean | "unknown" | "inapplicable" }?,
   attribute direct { xsd:boolean | "unknown" | "inapplicable" }?,
   <ref target="#macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#COHQQ-eg-34"><p><said>Our minstrel here will warm the old man's heart
                    with song, dazzle him with jewels and gold</said>, a
                troublemaker simpered. <said>He'll trample on the Duke's
                    camellias, spill his wine, and blunt his sword, and say
                    his name begins with X, and in the end the Duke will
                    say, <said>Take Saralinda, with my blessing, O lordly
                        Prince of Rags and Tags, O rider of the
                        sun!</said></said></p></egXML><!-- Thurber: The 13 Clocks, near end of chapter I --></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#COHQQ-eg-35"><p><said aloud="true" rend="pre(&#x201C;) post(&#x201D;)">Hmmm</said>,
                said a small voice in his ear. <said aloud="true" rend="pre(&#x201C;) post(&#x201D;)">Difficult. Very difficult.
                    Plenty of courage, I see. Not a bad mind either. there's talent, oh
                    my goodness, yes — and a nice thirst to prove yourself, now that's
                    interesting. … So where shall I put you?</said></p><p>Harry gripped the edges of the stool and thought,
                <said aloud="false" rend="italic">Not Slytherin, not
                    Slytherin</said>.</p></egXML><!-- Rowling: Harry Potter and the Sorcerer's Stone,
            chapter 7 "The Sorting Hat"; p. 121 of the first
            Scholastic trade paperback edition --></cell></row></table></div><div type="refdoc" xml:id="salute"><head>&lt;salute&gt;</head><index indexName="ODDS"><term sortBy="salute">&lt;salute&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;salute&gt; </hi>(salutation) contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other
    division of a text, or the salutation in the closing of a letter, preface, etc.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#closer">closer</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divTopPart">model.divTopPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element salute
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><salute>To all courteous mindes, that will voutchsafe the readinge.</salute></egXML></cell></row></table></div><div type="refdoc" xml:id="samplingDecl"><head>&lt;samplingDecl&gt;</head><index indexName="ODDS"><term sortBy="samplingDecl">&lt;samplingDecl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;samplingDecl&gt; </hi>(sampling declaration) contains a prose description of the rationale and methods used
in sampling texts in the creation of a corpus or collection.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.encodingPart">model.encodingPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element samplingDecl
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#model.pLike">model.pLike</ref>+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><samplingDecl><p>Samples of up to 2000 words taken at random from the beginning,
   middle, or end  of each text
   identified as relevant by respondents.</p></samplingDecl></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This element records all information about systematic
inclusion or omission of portions of the text, whether a reflection
of sampling procedures in the pure sense or of systematic
omission of material deemed either too difficult to transcribe
or not of sufficient interest.</cell></row></table></div><div type="refdoc" xml:id="seg"><head>&lt;seg&gt;</head><index indexName="ODDS"><term sortBy="seg">&lt;seg&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;seg&gt; </hi>(arbitrary segment) represents any  segmentation of text below the
  <soCalled>chunk</soCalled> level.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">linking</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.segLike">att.segLike</ref><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.segLike">model.segLike</ref> <?tex \ ?><ref target="#model.choicePart">model.choicePart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element seg
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><seg>When are you leaving?</seg><seg>Tomorrow.</seg></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><s><seg rend="caps" type="initial-cap">So father's only</seg>
glory was the ballfield.
</s></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><seg type="preamble"><seg>Sigmund,
   <seg type="patronym">the son of Volsung</seg>,
  was a king in Frankish country.</seg><seg>Sinfiotli was the eldest of his sons ...</seg><seg>Borghild, Sigmund's wife, had a brother ... </seg></seg></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The &lt;seg&gt; element may be used at the encoder's
    discretion to mark any segments of the text of interest for
    processing.  One use of the element is to mark text features for
    which no appropriate markup is otherwise defined. Another use is
    to provide an identifier for some segment which is to be pointed
    at by some other element — i.e. to provide a target, or a part of
    a target, for a &lt;ptr&gt; or other similar element.</cell></row></table></div><div type="refdoc" xml:id="seriesStmt"><head>&lt;seriesStmt&gt;</head><index indexName="ODDS"><term sortBy="seriesStmt">&lt;seriesStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;seriesStmt&gt; </hi>(series statement) groups information about the series, if any, to which
a publication belongs.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#p">p</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#idno">idno</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element seriesStmt
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.pLike">model.pLike</ref>+ | ( <ref target="#title">title</ref>+, ( <ref target="#idno">idno</ref> | <ref target="#respStmt">respStmt</ref> )* ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><seriesStmt><title>Machine-Readable Texts for the Study of Indian
               Literature</title><respStmt><resp>ed. by</resp><name>Jan Gonda</name></respStmt><idno type="vol">1.2</idno><idno type="ISSN">0 345 6789</idno></seriesStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="signed"><head>&lt;signed&gt;</head><index indexName="ODDS"><term sortBy="signed">&lt;signed&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;signed&gt; </hi>(signature) contains the closing salutation, etc., appended to a foreword,
dedicatory epistle, or other division of a text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#closer">closer</ref> <?tex \ ?><ref target="#opener">opener</ref> <?tex \ ?> <?tex \ ?><ref target="#model.divBottomPart">model.divBottomPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element signed
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><signed>Thine to command <name>Humph. Moseley</name></signed></egXML></cell></row></table></div><div type="refdoc" xml:id="smcap"><head>&lt;smcap&gt;</head><index indexName="ODDS"><term sortBy="smcap">&lt;smcap&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;smcap&gt; </hi>(smallcaps) for capturing typographical feature: glyphs in small
       capitals.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element smcap
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row></table></div><div type="refdoc" xml:id="sourceDesc"><head>&lt;sourceDesc&gt;</head><index indexName="ODDS"><term sortBy="sourceDesc">&lt;sourceDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;sourceDesc&gt; </hi>(source description) 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. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element sourceDesc
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   (
      <ref target="#model.pLike">model.pLike</ref>+
    | ( <ref target="#model.biblLike">model.biblLike</ref> | <ref target="#model.sourceDescPart">model.sourceDescPart</ref> | <ref target="#model.listLike">model.listLike</ref> )+
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><sourceDesc><p>Born digital: no previous source exists.</p></sourceDesc></egXML></cell></row></table></div><div type="refdoc" xml:id="sp"><head>&lt;sp&gt;</head><index indexName="ODDS"><term sortBy="sp">&lt;sp&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;sp&gt; </hi>(speech) An individual speech in a performance text, or a passage presented as such in a prose or
        verse text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.ascribed">att.ascribed</ref> (<hi rend="attribute">@who</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divPart">model.divPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#speaker">speaker</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element sp
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.ascribed">att.ascribed.attributes</ref>,
   (
      <ref target="#model.global">model.global</ref>*,
      ( <ref target="#speaker">speaker</ref>, <ref target="#model.global">model.global</ref>* )?,
      (
         ( <ref target="#model.lLike">model.lLike</ref> | <ref target="#lg">lg</ref> | <ref target="#model.pLike">model.pLike</ref> | <ref target="#model.stageLike">model.stageLike</ref> | <ref target="#model.qLike">model.qLike</ref> ),
         <ref target="#model.global">model.global</ref>*
      )+
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#CODR-eg-296"><sp><speaker>The reverend Doctor Opimiam</speaker><p>I do not think I have named a single unpresentable fish.</p></sp><sp><speaker>Mr Gryll</speaker><p>Bream, Doctor: there is not much to be said for bream.</p></sp><sp><speaker>The Reverend Doctor Opimiam</speaker><p>On the contrary, sir, I think there is much to be said for him. In the first
                    place....</p><p>Fish, Miss Gryll — I could discourse to you on fish by the hour: but for the
                    present I will forbear...</p></sp></egXML><!-- Peacock, Gryll Grange, p 778 --></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">who</hi> attribute on this element may be used either in addition to the
                &lt;speaker&gt; element or as an alternative.</cell></row></table></div><div type="refdoc" xml:id="speaker"><head>&lt;speaker&gt;</head><index indexName="ODDS"><term sortBy="speaker">&lt;speaker&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;speaker&gt; </hi>A specialized form of heading or label, giving the name of one or more speakers in a
        dramatic text or fragment. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#sp">sp</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element speaker
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><sp who="#ni #rsa"><speaker>Nancy and Robert</speaker><stage type="delivery">(speaking simultaneously)</stage><p>The future? ...</p></sp><list type="speakers"><item xml:id="ni"/><item xml:id="rsa"/></list></egXML></cell></row></table></div><div type="refdoc" xml:id="sponsor"><head>&lt;sponsor&gt;</head><index indexName="ODDS"><term sortBy="sponsor">&lt;sponsor&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;sponsor&gt; </hi>specifies the name of a sponsoring organization or
institution. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.respLike">model.respLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element sponsor
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><sponsor>Association for Computers and the Humanities</sponsor><sponsor>Association for Computational Linguistics</sponsor><sponsor>Association for Literary and Linguistic Computing</sponsor></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Sponsors give their intellectual authority to
a project; they are to be distinguished from <term>funders</term>,
who provide the funding but do not necessarily take
intellectual responsibility.</cell></row></table></div><div type="refdoc" xml:id="stage"><head>&lt;stage&gt;</head><index indexName="ODDS"><term sortBy="stage">&lt;stage&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;stage&gt; </hi>(stage direction) contains any kind of stage direction within a dramatic text or fragment.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">indicates the kind of stage direction.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Recommended</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">setting</label><item rend="odd_value">describes a setting.</item><label rend="odd_label">entrance</label><item rend="odd_value">describes an entrance.</item><label rend="odd_label">exit</label><item rend="odd_value">describes an exit.</item><label rend="odd_label">business</label><item rend="odd_value">describes stage business.</item><label rend="odd_label">novelistic</label><item rend="odd_value">is a narrative, motivating stage direction.</item><label rend="odd_label">delivery</label><item rend="odd_value">describes how a character speaks.</item><label rend="odd_label">modifier</label><item rend="odd_value">gives some detail about a character.</item><label rend="odd_label">location</label><item rend="odd_value">describes a location.</item><label rend="odd_label">mixed</label><item rend="odd_value">more than one of the above</item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.stageLike">model.stageLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element stage
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type
   {
      "setting"
    | "entrance"
    | "exit"
    | "business"
    | "novelistic"
    | "delivery"
    | "modifier"
    | "location"
    | "mixed"
    | xsd:Name
   }?,
   <ref target="#macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><stage type="setting">A curtain being drawn.</stage><stage type="setting">Music</stage><stage type="entrance">Enter Husband as being thrown off his horse.</stage><stage type="exit">Exit pursued by a bear.</stage><stage type="business">He quickly takes the stone out.</stage><stage type="delivery">To Lussurioso.</stage><stage type="novelistic">Having had enough, and embarrassed for the family.</stage><stage type="modifier">Disguised as Ansaldo.</stage><stage type="location">At a window.</stage><stage rend="inline" type="delivery">Aside.</stage></egXML></cell></row></table></div><div type="refdoc" xml:id="sub"><head>&lt;sub&gt;</head><index indexName="ODDS"><term sortBy="sub">&lt;sub&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;sub&gt; </hi>(subscript) for capturing typographical feature: subscript glyphs.
      </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element sub
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row></table></div><div type="refdoc" xml:id="sup"><head>&lt;sup&gt;</head><index indexName="ODDS"><term sortBy="sup">&lt;sup&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;sup&gt; </hi>(superscript) for capturing typographical feature: superscript
       glyphs. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element sup
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row></table></div><div type="refdoc" xml:id="table"><head>&lt;table&gt;</head><index indexName="ODDS"><term sortBy="table">&lt;table&gt;</term><index indexName="ODDS"><term sortBy="rows">@rows</term></index><index indexName="ODDS"><term sortBy="cols">@cols</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;table&gt; </hi>contains text displayed in tabular form, in rows and columns. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">rows</cell><cell rend="odd_value">indicates the number of rows in the table.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:nonNegativeInteger</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">If no number is supplied, an application must calculate the number of rows.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Rows should be presented from top to bottom.</cell></row></table></cell></row><row><cell rend="odd_label">cols</cell><cell rend="odd_value">(columns) indicates the number of columns in each row of the table.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:nonNegativeInteger</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">If no number is supplied, an application must calculate the number of columns.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Within each row, columns should be presented left to right.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.inter">model.inter</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#head">head</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#row">row</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element table
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute rows { xsd:nonNegativeInteger }?,
   attribute cols { xsd:nonNegativeInteger }?,
   ( ( <ref target="#model.headLike">model.headLike</ref> | <ref target="#model.global">model.global</ref> )*, ( <ref target="#row">row</ref>, <ref target="#model.global">model.global</ref>* )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">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.</cell></row></table></div><div type="refdoc" xml:id="taxonomy"><head>&lt;taxonomy&gt;</head><index indexName="ODDS"><term sortBy="taxonomy">&lt;taxonomy&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;taxonomy&gt; </hi>defines a typology used to classify texts either implicitly, by
means of a bibliographic citation, or explicitly by a structured
taxonomy. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#classDecl">classDecl</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#category">category</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element taxonomy
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#model.glossLike">model.glossLike</ref>* | <ref target="#category">category</ref>+ | ( ( <ref target="#model.biblLike">model.biblLike</ref> ), <ref target="#category">category</ref>* ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><taxonomy xml:id="tax.b"><bibl>Brown Corpus</bibl><category xml:id="tax.b.a"><catDesc>Press Reportage</catDesc><category xml:id="tax.b.a1"><catDesc>Daily</catDesc></category><category xml:id="tax.b.a2"><catDesc>Sunday</catDesc></category><category xml:id="tax.b.a3"><catDesc>National</catDesc></category><category xml:id="tax.b.a4"><catDesc>Provincial</catDesc></category><category xml:id="tax.b.a5"><catDesc>Political</catDesc></category><category xml:id="tax.b.a6"><catDesc>Sports</catDesc></category></category><category xml:id="tax.b.d"><catDesc>Religion</catDesc><category xml:id="tax.b.d1"><catDesc>Books</catDesc></category><category xml:id="tax.b.d2"><catDesc>Periodicals and tracts</catDesc></category></category></taxonomy></egXML></cell></row></table></div><div type="refdoc" xml:id="teiHeader"><head>&lt;teiHeader&gt;</head><index indexName="ODDS"><term sortBy="teiHeader">&lt;teiHeader&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;teiHeader&gt; </hi>(TEI Header) supplies the descriptive and declarative information making
	up an electronic title page prefixed to every TEI-conformant
	text.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">specifies the kind of document to which the header is
      attached, for example whether it is a corpus or individual text.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Sample values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">text</label><item rend="odd_value">the header is attached to a single text.<hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">corpus</label><item rend="odd_value">the header is attached to a corpus.</item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#TEI">TEI</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#encodingDesc">encodingDesc</ref> <?tex \ ?><ref target="#fileDesc">fileDesc</ref> <?tex \ ?><ref target="#profileDesc">profileDesc</ref> <?tex \ ?><ref target="#revisionDesc">revisionDesc</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element teiHeader
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { xsd:Name }?,
   ( <ref target="#fileDesc">fileDesc</ref>, <ref target="#model.headerPart">model.headerPart</ref>*, <ref target="#revisionDesc">revisionDesc</ref>? )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->One of the few elements unconditionally required in any
TEI document.<!--; the header may also be exchanged as an independent
document.--></cell></row></table></div><div type="refdoc" xml:id="text"><head>&lt;text&gt;</head><index indexName="ODDS"><term sortBy="text">&lt;text&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;text&gt; </hi>contains a single text of any kind, whether unitary or composite, for example a poem or
    drama, a collection of essays, a novel, a dictionary, or a corpus sample.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declaring">att.declaring</ref> (<hi rend="attribute">@decls</hi>) <?tex \ ?><ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#TEI">TEI</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#back">back</ref> <?tex \ ?><ref target="#body">body</ref> <?tex \ ?><ref target="#front">front</ref> <?tex \ ?><ref target="#group">group</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element text
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.declaring">att.declaring.attributes</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   (
      <ref target="#model.global">model.global</ref>*,
      ( <ref target="#front">front</ref>, <ref target="#model.global">model.global</ref>* )?,
      ( <ref target="#body">body</ref> | <ref target="#group">group</ref> ),
      <ref target="#model.global">model.global</ref>*,
      ( <ref target="#back">back</ref>, <ref target="#model.global">model.global</ref>* )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><text><front><docTitle><titlePart>Autumn Haze</titlePart></docTitle></front><body><l>Is it a dragonfly or a maple leaf</l><l>That settles softly down upon the water?</l></body></text></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2">The body of a text may be replaced by a group of nested texts, as in the following schematic:<egXML xmlns="http://www.tei-c.org/ns/Examples"><text><front/><group><text><front/><body/><back/></text><text/></group></text></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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
        &lt;floatingText&gt; is provided for this purpose.</cell></row></table></div><div type="refdoc" xml:id="textClass"><head>&lt;textClass&gt;</head><index indexName="ODDS"><term sortBy="textClass">&lt;textClass&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;textClass&gt; </hi>(text classification) groups information which describes the nature or topic of a text
in terms of a standard classification scheme, thesaurus, etc. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.declarable">att.declarable</ref></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.profileDescPart">model.profileDescPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#catRef">catRef</ref> <?tex \ ?><ref target="#classCode">classCode</ref> <?tex \ ?><ref target="#keywords">keywords</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element textClass
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#classCode">classCode</ref> | <ref target="#catRef">catRef</ref> | <ref target="#keywords">keywords</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="time"><head>&lt;time&gt;</head><index indexName="ODDS"><term sortBy="time">&lt;time&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;time&gt; </hi>contains a phrase defining a time of day in any format. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.datable">att.datable</ref> (<ref target="#att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@period</hi>, <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="#att.editLike">att.editLike</ref> (<hi rend="attribute">@source</hi>) <?tex \ ?> (<ref target="#att.dimensions">att.dimensions</ref> (<hi rend="attribute">@unit</hi>, <hi rend="attribute">@quantity</hi>, <hi rend="attribute">@extent</hi>, <hi rend="attribute">@atLeast</hi>, <hi rend="attribute">@atMost</hi>, <hi rend="attribute">@min</hi>, <hi rend="attribute">@max</hi>, <hi rend="attribute">@precision</hi>, <hi rend="attribute">@scope</hi>)) <ref target="#att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.dateLike">model.dateLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element time
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.datable">att.datable.attributes</ref>,
   <ref target="#att.editLike">att.editLike.attribute.source</ref>,
   <ref target="#att.dimensions">att.dimensions.attributes</ref>,
   <ref target="#att.typed">att.typed.attribute.type</ref>,
   ( text | <ref target="#model.gLike">model.gLike</ref> | <ref target="#model.phrase">model.phrase</ref> | <ref target="#model.global">model.global</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#CONADA-eg-143">As he sat smiling,
            the quarter struck — <time when="11:45:00">the quarter to twelve</time>.</egXML><!-- Woolf, Mrs Dalloway, p64 --></cell></row></table></div><div type="refdoc" xml:id="title"><head>&lt;title&gt;</head><index indexName="ODDS"><term sortBy="title">&lt;title&gt;</term><index indexName="ODDS"><term sortBy="level">@level</term></index><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;title&gt; </hi>contains a title for any kind of work.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.canonical">att.canonical</ref> (<hi rend="attribute">@key</hi>, <hi rend="attribute">@ref</hi>) <?tex \ ?><table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.canonical.attributes"/><row><cell rend="odd_label">level</cell><cell rend="odd_value">indicates the bibliographic level for a title, that is, whether
                                        it identifies an article, book, journal, series, or
                                        unpublished material.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Required when applicable</cell></row><row><cell rend="odd_label">Legal values are:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">a</label><item rend="odd_value">(analytic) analytic title (article, poem, or other item
                                                  published as part of a larger item) </item><label rend="odd_label">m</label><item rend="odd_value">(monographic) monographic title (book, collection, or
                                                  other item published as a distinct item,
                                                  including single volumes of multi-volume
                                                  works) </item><label rend="odd_label">j</label><item rend="odd_value">(journal) journal title </item><label rend="odd_label">s</label><item rend="odd_value">(series) series title </item><label rend="odd_label">u</label><item rend="odd_value">(unpublished) title of unpublished material (including
                                                  theses and dissertations unless
                                                  published by a commercial press)</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If the title appears directly enclosed within
                                                  an&lt;analytic&gt; element, the
                                                  <hi rend="att">level</hi>, if given, must
                                                  be<q>a</q>; if it appears directly enclosed within
                                                  a &lt;monogr&gt; element, <hi rend="att">level</hi> must
                                                  be <q>m</q>, <q>j</q>, or <q>u</q>; when
                                                  &lt;title&gt; is directly enclosed by
                                                  &lt;series&gt;,<hi rend="att">level</hi> must be
                                                  <q>s</q>. If it appears within a
                                                  &lt;msItem&gt;, the <hi rend="att">level</hi>
                                                  attribute should not be supplied.</cell></row></table></cell></row><row><cell rend="odd_label">type</cell><cell rend="odd_value">classifies the title according to some convenient typology.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Sample values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">main</label><item rend="odd_value">main title </item><label rend="odd_label">sub</label><item rend="odd_value">(subordinate) subtitle, title of part </item><label rend="odd_label">alt</label><item rend="odd_value">(alternate) alternate title, often in another language,
                                                  by which the work is also known </item><label rend="odd_label">short</label><item rend="odd_value">abbreviated form of title</item><label rend="odd_label">desc</label><item rend="odd_value">(descriptive) descriptive paraphrase of the work
                                                  functioning as a title</item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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
                                                  &lt;title&gt; element.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#seriesStmt">seriesStmt</ref> <?tex \ ?><ref target="#titleStmt">titleStmt</ref> <?tex \ ?> <?tex \ ?><ref target="#model.emphLike">model.emphLike</ref> <?tex \ ?><ref target="#model.msItemPart">model.msItemPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element title
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.canonical">att.canonical.attributes</ref>,
   attribute level { "a" | "m" | "j" | "s" | "u" }?,
   attribute type { xsd:Name }?,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><title>Hardy's Tess of the D'Urbervilles: a machine readable
                              edition</title></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><title ref="http://en.wikipedia.org/wiki/La_Vie_mode_d%27emploi">La
                                        vie mode d'emploi. Romans.</title></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><title type="full"><title type="main">Synthèse</title><title type="subtitle">an international journal for
                                                  epistemology, methodology and history of
                                        science</title></title></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">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 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="titlePage"><head>&lt;titlePage&gt;</head><index indexName="ODDS"><term sortBy="titlePage">&lt;titlePage&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;titlePage&gt; </hi>(title page) contains the title page of a text, appearing within the front or back matter.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">classifies the title page according to any convenient typology.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">Any string, e.g. <mentioned>full</mentioned>, <mentioned>half</mentioned>,
          <mentioned>Series</mentioned>, etc.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This attribute allows the same element to be used for volume title pages, series title
          pages, etc., as well as for the<soCalled>main</soCalled> title page of a work.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.frontPart">model.frontPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#cb">cb</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#cols">cols</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#byline">byline</ref> <?tex \ ?><ref target="#docAuthor">docAuthor</ref> <?tex \ ?><ref target="#docDate">docDate</ref> <?tex \ ?><ref target="#docEdition">docEdition</ref> <?tex \ ?><ref target="#docImprint">docImprint</ref> <?tex \ ?><ref target="#docTitle">docTitle</ref> <?tex \ ?><ref target="#epigraph">epigraph</ref> <?tex \ ?><ref target="#titlePart">titlePart</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element titlePage
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { xsd:Name }?,
   (
      <ref target="#model.global">model.global</ref>*,
      ( <ref target="#model.titlepagePart">model.titlepagePart</ref> ),
      ( <ref target="#model.titlepagePart">model.titlepagePart</ref> | <ref target="#model.global">model.global</ref> )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><titlePage><docTitle><titlePart type="main">THOMAS OF Reading.</titlePart><titlePart type="alt">OR, The sixe worthy yeomen of the West.</titlePart></docTitle><docEdition>Now the fourth time corrected and enlarged</docEdition><byline>By T.D.</byline><figure><head>TP</head><p>Thou shalt labor till thou returne to duste</p><figDesc>Printers Ornament used by TP</figDesc></figure><docImprint>Printed at <name type="place">London</name> for <name>T.P.</name><date>1612.</date></docImprint></titlePage></egXML></cell></row></table></div><div type="refdoc" xml:id="titlePart"><head>&lt;titlePart&gt;</head><index indexName="ODDS"><term sortBy="titlePart">&lt;titlePart&gt;</term><index indexName="ODDS"><term sortBy="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;titlePart&gt; </hi>contains a subsection or division of the title of a work, as
indicated on a title page. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes<table rend="attList"><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><row><cell rend="odd_label">type</cell><cell rend="odd_value">specifies the role of this subdivision of the title.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"><eg rend="eg_rnc">
xsd:Name</eg></cell></row><row><cell rend="odd_label">Suggested values include:</cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">main</label><item rend="odd_value">main title of the work
        <hi rend="defaultVal"> [Default]</hi></item><label rend="odd_label">sub</label><item rend="odd_value">(subordinate) subtitle  of the work
        </item><label rend="odd_label">alt</label><item rend="odd_value">(alternate) alternative title  of the work
        </item><label rend="odd_label">short</label><item rend="odd_value">abbreviated form of title</item><label rend="odd_label">desc</label><item rend="odd_value">(descriptive) descriptive paraphrase of the work 
   </item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#docTitle">docTitle</ref> <?tex \ ?> <?tex \ ?><ref target="#model.titlepagePart">model.titlepagePart</ref> <?tex \ ?><ref target="#model.pLike.front">model.pLike.front</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element titlePart
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><docTitle><titlePart type="main">THE FORTUNES
  AND MISFORTUNES Of the FAMOUS
  Moll Flanders, &amp;c.
  </titlePart><titlePart type="desc">Who was BORN in NEWGATE,
  And during a Life of continu'd Variety for
  Threescore Years, besides her Childhood, was
  Twelve Year a <hi>Whore</hi>, five times a <hi>Wife</hi> (wherof
  once to her own Brother) Twelve Year a <hi>Thief,</hi>
  Eight Year a Transported <hi>Felon</hi> in <hi>Virginia</hi>,
  at last grew <hi>Rich</hi>, liv'd <hi>Honest</hi>, and died a
  <hi>Penitent</hi>.</titlePart></docTitle></egXML></cell></row></table></div><div type="refdoc" xml:id="titleStmt"><head>&lt;titleStmt&gt;</head><index indexName="ODDS"><term sortBy="titleStmt">&lt;titleStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;titleStmt&gt; </hi>(title statement) groups information about the title of a work and those
responsible for its intellectual content.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"><ref target="#fileDesc">fileDesc</ref> <?tex \ ?></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#author">author</ref> <?tex \ ?><ref target="#editor">editor</ref> <?tex \ ?><ref target="#respStmt">respStmt</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#funder">funder</ref> <?tex \ ?><ref target="#principal">principal</ref> <?tex \ ?><ref target="#sponsor">sponsor</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element titleStmt
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   ( <ref target="#title">title</ref>+, <ref target="#model.respLike">model.respLike</ref>* )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><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="trailer"><head>&lt;trailer&gt;</head><index indexName="ODDS"><term sortBy="trailer">&lt;trailer&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;trailer&gt; </hi>contains a closing title or footer appearing at the end of a division of a text.   </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes only</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.divBottomPart">model.divBottomPart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#formula">formula</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element trailer
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><trailer>Explicit pars tertia</trailer></egXML></cell></row></table></div><div type="refdoc" xml:id="typeNote"><head>&lt;typeNote&gt;</head><index indexName="ODDS"><term sortBy="typeNote">&lt;typeNote&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;typeNote&gt; </hi>describes a particular font or other significant typographic
  feature distinguished within the description of a printed resource. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#att.handFeatures">att.handFeatures</ref> (<hi rend="attribute">@scribe</hi>, <hi rend="attribute">@script</hi>, <hi rend="attribute">@medium</hi>, <hi rend="attribute">@scope</hi>) <?tex \ ?></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#l">l</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#lg">lg</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#p">p</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#sp">sp</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#ab">ab</ref> <?tex \ ?><ref target="#seg">seg</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#floatingText">floatingText</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element typeNote
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.handFeatures">att.handFeatures.attributes</ref>,
   <ref target="#macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><typeNote scope="sole">
        Printed in an Antiqua typeface showing strong Italianate
	influence.
      </typeNote></egXML></cell></row></table></div><div type="refdoc" xml:id="ul"><head>&lt;ul&gt;</head><index indexName="ODDS"><term sortBy="ul">&lt;ul&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ul&gt; </hi>(underline) for capturing typographical feature: underlined glyphs.
      </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">derived-module-tei_tite</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">Global attributes and those inherited from <ref target="#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">@rend</hi>, <hi rend="attribute">@xml:base</hi>) <?tex \ ?> (<ref target="#att.global.linking">att.global.linking</ref>) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.hiLike">model.hiLike</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element ul
{
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row></table></div><div type="refdoc" xml:id="unclear"><head>&lt;unclear&gt;</head><index indexName="ODDS"><term sortBy="unclear">&lt;unclear&gt;</term><index indexName="ODDS"><term sortBy="reason">@reason</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;unclear&gt; </hi>contains a word, phrase, or passage which cannot be transcribed with certainty because it
        is illegible or inaudible in the source.  </cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Attributes</hi></cell><cell rend="wovenodd-col2">In addition to global attributes and those inherited from <ref target="#att.editLike">att.editLike</ref> (<hi rend="attribute">@source</hi>) <?tex \ ?> (<ref target="#att.dimensions">att.dimensions</ref> (<hi rend="attribute">@unit</hi>, <hi rend="attribute">@quantity</hi>, <hi rend="attribute">@extent</hi>, <hi rend="attribute">@atLeast</hi>, <hi rend="attribute">@atMost</hi>, <hi rend="attribute">@min</hi>, <hi rend="attribute">@max</hi>, <hi rend="attribute">@precision</hi>, <hi rend="attribute">@scope</hi>)) <table rend="attList"><row><cell rend="odd_label">reason</cell><cell rend="odd_value">indicates why the material is hard to transcribe.<table rend="attDef"><row><cell rend="odd_label">Status </cell><cell rend="odd_value">Optional</cell></row><row><cell rend="odd_label">Datatype </cell><cell rend="odd_value"> 1–∞ occurrences of  <eg rend="eg_rnc">
token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg>separated by whitespace</cell></row><row><cell rend="odd_label">Values </cell><cell rend="attribute">one or more words describing the difficulty, e.g. <mentioned>faded</mentioned>,
                    <mentioned>background noise</mentioned>, <mentioned>passing truck</mentioned>,
                    <mentioned>illegible</mentioned>, <mentioned>eccentric ductus</mentioned>.</cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples"><div><head>Rx</head><p>500 mg <unclear reason="illegible">placebo</unclear></p></div></egXML></cell></row></table></cell></row><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlid"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.n"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmllang"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.rend"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.global.attribute.xmlbase"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="3-2" name="att.editLike.attribute.source"/><tei:attRef xmlns:tei="http://www.tei-c.org/ns/1.0" n="4" name="att.dimensions.attributes"/></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Used by</hi></cell><cell rend="wovenodd-col2"><seg rend="parent"> <?tex \ ?><ref target="#model.pPart.transcriptional">model.pPart.transcriptional</ref> <?tex \ ?><ref target="#model.choicePart">model.choicePart</ref></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">May contain</hi></cell><cell rend="wovenodd-col2"><seg rend="specChildren"><seg rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#abbr">abbr</ref> <?tex \ ?><ref target="#address">address</ref> <?tex \ ?><ref target="#bibl">bibl</ref> <?tex \ ?><ref target="#cb">cb</ref> <?tex \ ?><ref target="#cit">cit</ref> <?tex \ ?><ref target="#date">date</ref> <?tex \ ?><ref target="#desc">desc</ref> <?tex \ ?><ref target="#email">email</ref> <?tex \ ?><ref target="#foreign">foreign</ref> <?tex \ ?><ref target="#gap">gap</ref> <?tex \ ?><ref target="#graphic">graphic</ref> <?tex \ ?><ref target="#hi">hi</ref> <?tex \ ?><ref target="#label">label</ref> <?tex \ ?><ref target="#lb">lb</ref> <?tex \ ?><ref target="#list">list</ref> <?tex \ ?><ref target="#listBibl">listBibl</ref> <?tex \ ?><ref target="#measureGrp">measureGrp</ref> <?tex \ ?><ref target="#milestone">milestone</ref> <?tex \ ?><ref target="#name">name</ref> <?tex \ ?><ref target="#note">note</ref> <?tex \ ?><ref target="#num">num</ref> <?tex \ ?><ref target="#pb">pb</ref> <?tex \ ?><ref target="#ptr">ptr</ref> <?tex \ ?><ref target="#q">q</ref> <?tex \ ?><ref target="#ref">ref</ref> <?tex \ ?><ref target="#said">said</ref> <?tex \ ?><ref target="#stage">stage</ref> <?tex \ ?><ref target="#time">time</ref> <?tex \ ?><ref target="#title">title</ref> <?tex \ ?><ref target="#unclear">unclear</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">derived-module-tei_tite: </seg><seg rend="specChildElements"><ref target="#b">b</ref> <?tex \ ?><ref target="#cols">cols</ref> <?tex \ ?><ref target="#i">i</ref> <?tex \ ?><ref target="#ornament">ornament</ref> <?tex \ ?><ref target="#smcap">smcap</ref> <?tex \ ?><ref target="#sub">sub</ref> <?tex \ ?><ref target="#sup">sup</ref> <?tex \ ?><ref target="#ul">ul</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#figure">figure</ref> <?tex \ ?><ref target="#formula">formula</ref> <?tex \ ?><ref target="#table">table</ref> <?tex \ ?></seg></seg><seg rend="specChild"><seg rend="specChildModule">linking: </seg><seg rend="specChildElements"><ref target="#seg">seg</ref> <?tex \ ?></seg></seg></seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc">
element unclear
{
   attribute reason
   {
      list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ }
   }?,
   <ref target="#att.global">att.global.attribute.xmlid</ref>,
   <ref target="#att.global">att.global.attribute.n</ref>,
   <ref target="#att.global">att.global.attribute.xmllang</ref>,
   <ref target="#att.global">att.global.attribute.rend</ref>,
   <ref target="#att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#att.editLike">att.editLike.attribute.source</ref>,
   <ref target="#att.dimensions">att.dimensions.attributes</ref>,
   <ref target="#macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The same element is used for all cases of uncertainty in the transcription of element
            content, whether for written or spoken material. For other aspects of certainty,
            uncertainty, and reliability of tagging and transcription, see chapter <ptr target="#CE"/>.The &lt;damage&gt;, &lt;gap&gt;, &lt;del&gt;, &lt;unclear&gt; and &lt;supplied&gt;
            elements may be closely allied in use. See section <ptr target="#PHCOMB"/> for
            discussion of which element is appropriate for which circumstance.</cell></row></table></div></div></div></back></text></TEI>
