<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../stylesheets/admin-tei.css"?>
<?oxygen RNGSchema="../schema/handout.rnc" type="compact"?>
<!-- To generate XHTML for browsing use the stylesheet at
  ../stylesheets/admin.xslt. The command would be <q>java -jar
  /path/to/oxygen/lib/saxon9.jar -t ./elementList.tei
  ../stylesheets/admin.xslt &gt; ./elementList.xhtml</q> I think.
  Could also add
  out-SystemLiteral=/Applications/oxygen/frameworks/xhtml/dtd/xhtml1-strict.dtd
  if desired.
-->
<TEI xml:lang="en-US" xmlns="http://www.tei-c.org/ns/1.0" version="P5.1.0.1">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Text Encoding Fundamentals: Element list</title>
        <author xml:id="jf">Julia Flanders</author>
        <author xml:id="sb">Syd Bauman</author>
      </titleStmt>
      <publicationStmt>
        <p>An unpublished document used for training.</p>
        <p>Available under GFDL, no invariant sections</p>
        <p>Copyleft 2006 Syd Bauman &amp; Julia Flanders</p>
      </publicationStmt>
      <sourceDesc>
        <p>Modified from http://dev.stg.brown.edu/staff/Julia_Flanders/tei/uvic/elements.html.</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
      <change when="2008-04-20" who="#sb">Fixed well-formedness error; merged two entries for <gi>argument</gi>.</change>
      <change when="2008-04-17" who="#jf">Added detail to <gi>sp</gi>, minor fixes.</change>
      <change when="2008-04-15" who="#sb">Added <gi>argument</gi>.</change>
      <change when="2008-02-19" who="#jf">Minor error corrections</change>
      <change when="2008-02-14" who="#sb">Minor error corrections and some improvements suggested by
        JF</change>
      <change when="2008-02-13" who="#jf">Minor typo fixes</change>
      <change when="2008-02-13" who="#sb">Per JF, create new section for attributes, moving
          <att>xml:lang</att> there (but leaving poetry attrs where they are), and adding <list
          type="unordered">
          <item>
            <att>target</att>
          </item>
          <item>
            <att>type</att>
          </item>
          <item>
            <att>n</att>
          </item>
          <item><att>next</att> &amp; <att>prev</att></item>
          <item>
            <att>xml:id</att>
          </item>
        </list>
      </change>
      <change when="2008-02-12" who="#sb">Corrections to match current state of our system &amp;
        P5, e.g., changing <att>date</att> to <att>when</att> on <gi>change</gi> and fixing
          <label>how to generate</label> comment.</change>
      <change when="2008-01-08" who="#sb">Added <gi>postscript</gi> and <gi>said</gi></change>
      <change when="2006-06-16" who="#sb">Corrections to match current state of P5: <list>
          <item><att>spanTo</att> for <gi>addSpan</gi> and <gi>delSpan</gi></item>
          <item><att>desc</att> of <gi>gap</gi> is really <gi>desc</gi></item>
          <item>provide pointer to Guidelines</item>
          <item>minor changes to wording of description of <gi>teiHeader</gi>, <gi>body</gi></item>
          <item>corrected some phrase-level encoding</item>
        </list>
      </change>
      <change when="2006-04-30" who="#sb">Fixed examples entry on language identification; moved
          <gi>distinct</gi>; fixed spelling of <gi>handShift</gi>.</change>
      <change when="2005-02-15" who="#sb">Converted from XHTML to TEI Lite P4:2004 XML. Folded
        complex poetry and simple poetry into a single poetry section. Minor fixes to <gi>TEI.2</gi>
        and <gi>foreign</gi>.</change>
      <change when="2006-02-10" who="#sb">Converted from TEI Lite P4:2002 XML to P5 pre-release
        0.3.1.</change>
    </revisionDesc>
  </teiHeader>
  <text>
    <body>
      <head>Elements for basic TEI documents</head>
      <p>This is more of a brief reference sheet than an exhaustive list of TEI elements: it is
        intended to provide you with a way to look up the most commonly used elements, grouped
        together for the exercises in which we&#x2019;ll be encountering them. For detailed
        information about the contents and semantics of these elements (and for other more arcane
        elements), have a look at the <ref
          target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/">TEI Guidelines</ref>.</p>
      <div type="section">
        <head>Simple prose</head>
        <list type="gloss">
          <label>
            <gi>div</gi>
          </label>
          <item>A division of a text: for instance, an act, a chapter, a section, a poem, a
            letter&#x2026; Use the <att>type</att> attribute to indicate what kind of division. </item>
          <label>
            <gi>head</gi>
          </label>
          <item>The heading of a division: contains words and phrase-level encoding. <gi>head</gi>
            may appear at the start of <gi>div</gi>, but also at the start of <gi>body</gi>,
              <gi>front</gi>, <gi>back</gi>, <gi>list</gi>, and <gi>lg</gi>.</item>
          <label>
            <gi>p</gi>
          </label>
          <item>A prose paragraph: contains words and phrase-level encoding.</item>
          <label>
            <gi>list</gi>
          </label>
          <item>A list: contains a series of <gi>item</gi> elements.</item>
          <label>
            <gi>item</gi>
          </label>
          <item>An item in a list: contains an optional <gi>label</gi> followed by words and
            phrase-level encoding, or a series of paragraphs.</item>
          <label>
            <gi>label</gi>
          </label>
          <item>The label of an item (e.g. a letter, number, or word indicating its order or other
            facts about it): contains words and phrase-level encoding. Note that <gi>label</gi> can
            also be the first element inside a paragraph.</item>
          <label>
            <gi>said</gi>
          </label>
          <item>Passages spoken aloud or thought, e.g. by a character in a novel</item>
          <label>
            <gi>quote</gi>
          </label>
          <item>Used to encode quotations from other sources; contains words and phrase-level
            encoding.</item>
        </list>
      </div>
      <div type="section">
        <head>Phrase-level encoding</head>
        <list type="gloss">
          <label>
            <gi>name</gi>
          </label>
          <item>Used to encode all kinds of names. If you want to distinguish between different
            kinds of names, you can use the <att>type</att> attribute (e.g. <tag>name
            type="person"</tag>). TEI also includes specific elements for different kinds of names
            (e.g. <gi>persName</gi>) for projects that need more detailed encoding.</item>
          <label>
            <gi>date</gi>
          </label>
          <item>Used to encode dates. The <att>when</att> attribute can be used to encode a
            regularized form of the date (e.g.
              <code><![CDATA[<date when="2001">The first year of the new century</date>]]></code> or
              <code><![CDATA[<date when="2005-05-29">Sun, 29 May 05</date>]]></code>).</item>
          <label>
            <gi>foreign</gi>
          </label>
          <item>Used for foreign-language words when no other element (e.g. <gi>quote</gi>) is
            already present.</item>
          <label>
            <gi>distinct</gi>
          </label>
          <item>Used for linguistically distinct words (e.g. dialect words, regionally accented
            words).</item>
          <label>
            <gi>mentioned</gi>
          </label>
          <item>Used for words which are mentioned but not used (for instance, for spelling or
            definition purposes).</item>
          <label>
            <gi>term</gi>
          </label>
          <item>Used to encode specialized terminology; often associated with a <gi>gloss</gi>.</item>
          <label>
            <gi>emph</gi>
          </label>
          <item>Used to encode emphasized words or phrases.</item>
          <label>
            <gi>soCalled</gi>
          </label>
          <item>Used to encode (or express) authorial distance; e.g., phrases that were or should be
            in scare quotes.</item>
          <label>
            <gi>hi</gi>
          </label>
          <item>Used to encode words or phrases which are highlighted for reasons which the encoder
            either does not know or chooses not to analyse.</item>
          <label>
            <gi>q</gi>
          </label>
          <item>Used to encode passages surrounded by quotation marks, when you don’t want to bother
            with a more precise element like <gi>said</gi>. Roughly the same as <tag>hi
              rend="surrounded-with-quotation-marks"</tag>.</item>
        </list>
      </div>
      <div type="section">
        <head>Poetry</head>
        <list type="gloss">
          <label>
            <gi>lg</gi>
          </label>
          <item>A group of verse lines: contains one or more <gi>l</gi> elements.</item>
          <label>
            <att>rhyme</att>
          </label>
          <item>May be optionally used to specify the rhyme scheme of the line group.</item>
          <label>
            <gi>l</gi>
          </label>
          <item>A single verse line: contains words and phrase-level elements.</item>
          <label>
            <att>met</att>
          </label>
          <item>May be optionally used to specify the metrical pattern of the line.</item>
          <label>
            <gi>rhyme</gi>
          </label>
          <item>May be optionally used to indicate the portion of the metrical line that rhymes, and
            with its <att>label</att> attribute which part of the rhyme scheme is in play.</item>
        </list>
      </div>
      <div type="section">
        <head>Simple drama</head>
        <list type="gloss">
          <label>
            <gi>sp</gi>
          </label>
          <item>A dramatic speech; usually begins with a <gi>speaker</gi> element, followed by a <gi>p</gi> or <gi>lg</gi>. </item>
          <label>
            <gi>speaker</gi>
          </label>
          <item>A speaker identification printed in the text</item>
          <label>
            <gi>stage</gi>
          </label>
          <item>A stage direction. The <att>type</att> attribute may be used to identify the kind of
            stage direction; suggested values include: <list rend="compact">
              <item>
                <val>business</val>
              </item>
              <item>
                <val>costume</val>
              </item>
              <item>
                <val>delivery</val>
              </item>
              <item>
                <val>entrance</val>
              </item>
              <item>
                <val>exit</val>
              </item>
              <item>
                <val>location</val>
              </item>
              <item>
                <val>narrative</val>
              </item>
              <item>
                <val>novelistic</val>
              </item>
            </list>
          </item>
          <label>
            <gi>castList</gi>
          </label>
          <item>A cast list in a dramatic text, listing the roles in the drama. It consists of one
            or more <gi>castItem</gi> or <gi>castGroup</gi> elements.</item>
          <label>
            <gi>castGroup</gi>
          </label>
          <item>A grouping of related items in a cast list, containing one or more <gi>castItem</gi>
            elements and an optional <gi>head</gi> and <gi>trailer</gi>.</item>
          <label>
            <gi>castItem</gi>
          </label>
          <item>An item in a cast list, containing a <gi>role</gi> and an optional <gi>roleDesc</gi>.</item>
          <label>
            <gi>role</gi>
          </label>
          <item>The name of a role in a cast list</item>
          <label>
            <gi>roleDesc</gi>
          </label>
          <item>The description of a role in a cast list</item>
        </list>
      </div>
      <div type="section">
        <head>Text structure</head>
        <list type="gloss">
          <label>
            <gi>TEI</gi>
          </label>
          <item>The outermost (or <soCalled>root</soCalled>) element for any TEI P5 conformant
            document. It groups together the TEI header and the document text. It must have the TEI
            namespace specifed, and should have an <att>xml:lang</att> attribute, i.e. <tag>TEI
              xmlns="http://www.tei-c.org/ns/1.0" xml:lang="en"</tag>.</item>
          <label>
            <gi>teiHeader</gi>
          </label>
          <item>The wrapper for all of the document&#x2019;s metadata. The elements that go
            inside the TEI header are too numerous to list usefully here; see the templates for
            details.</item>
          <label>
            <gi>text</gi>
          </label>
          <item>The wrapper element which contains all of the document&#x2019;s content. The
              <gi>text</gi> element is most often used for a single work (i.e. a single published
            document, or a single aesthetic unit such as a play or a work of fiction). Terms like
              <term>single work</term> and <term>aesthetic unit</term> need to be defined by the
            individual project. A <gi>text</gi> element contains an optional <gi>front</gi>, a
            mandatory <gi>body</gi>, and an optional <gi>back</gi>.</item>
          <label>
            <gi>front</gi>
          </label>
          <item>Contains the front matter of the document, if any: title pages, tables of contents,
            introductory essays, and so forth. The <gi>front</gi> element contains an optional
              <gi>titlePage</gi> and may be subdivided into <gi>div</gi> elements.</item>
          <label>
            <gi>body</gi>
          </label>
          <item>Contains the main body of the document, not including front matter and back matter.
            The <gi>body</gi> element typically includes one or more <gi>div</gi> elements. It may
            start with a <gi>head</gi>. (Think about where the <gi>head</gi> belongs&#x2014;is
            it the heading for the body, or the heading for the first division?)</item>
          <label>
            <gi>back</gi>
          </label>
          <item>Contains the back matter of the document, if any: indices, appendices, epilogues,
            colophons, errata lists, etc. May be subdivided into <gi>div</gi> elements if necessary.</item>
          <label>
            <gi>group</gi>
          </label>
          <item>This element is used to represent documents which contain more than one independent text. It appears instead of <gi>body</gi> in the overall TEI document structure, and groups together multiple <gi>text</gi> elements, with an optional
              <gi>front</gi> and <gi>back</gi>. </item>
        </list>
      </div>
      <div type="section">
        <head>Complex prose</head>
        <list type="gloss">
	  <label>
	    <gi>argument</gi>
	  </label>
	  <item>A short summary or description of the contents of
            the following section. Contains one or more <gi>p</gi> or
            <gi>lg</gi> elements.</item>
          <label>
            <gi>note</gi>
          </label>
          <item>A note (a footnote, endnote, marginal note, or inline
            note). Link the note to the point where it&#x2019;s
            anchored using <att>xml:id</att> and <att>target</att>.
            <gi>note</gi> contains most anything, including words and
            phrase-level encoding, or one or more <gi>p</gi>
            elements.</item>
          <label>
            <gi>anchor</gi>
          </label>
          <item>An anchor point, usually used as a place for some other element (such as a note) to
            point to, using the anchor&#x2019;s <att>xml:id</att> attribute.</item>
	  <label>
            <gi>opener</gi>
          </label>
          <item>This element may appear at the start of a <gi>div</gi>, <gi>text</gi>,
            <gi>front</gi>, or <gi>back</gi>, and it groups together the elements that appear at the
            start of a letter or similar document: the date and place of writing (using
            <gi>dateLine</gi>, and the salutation to the person being addressed (using
            <gi>salute</gi>).</item>
          <label>
            <gi>closer</gi>
          </label>
          <item>Very similar to <gi>opener</gi>, but located at the end of the <gi>div</gi> instead
            of at the beginning. </item>
          <label>
            <gi>trailer</gi>
          </label>
          <item>This element is used for things that come at the very end of the document or
            section, such as <q>The End</q>.</item>
          <label>
            <gi>dateline</gi>
          </label>
          <item>Used within <gi>opener</gi> and <gi>closer</gi> to encode the date and place of
            writing. Contains words and phrase-level encoding.</item>
          <label>
            <gi>salute</gi>
          </label>
          <item>Used within <gi>opener</gi> and <gi>closer</gi> to encode the salutation to the
            person being addressed (e.g. <q>Dear Sir</q>, or <q>I remain faithfully
              yours&#x2026;</q>). Contains words and phrase-level encoding.</item>
          <label>
            <gi>signed</gi>
          </label>
          <item>Used within <gi>closer</gi> to encode the signature or name of the person writing.
            Contains words and phrase-level encoding.</item>
          <label>
            <gi>postscript</gi>
          </label>
          <item>Used to encode a postscript, e.g. of a letter.</item>
          <label>
            <gi>bibl</gi>
          </label>
          <item>Used to encode bibliographical references, either in a list (using
            <gi>listBibl</gi>) or in running prose.</item>
        </list>
      </div>
      <div type="section">
        <head>Alternative Encodings</head>
        <list type="gloss">
          <label>
            <gi>choice</gi>
          </label>
          <item>Groups together two or more alternate encodings of a phrase-level passage, using the
            elements listed below.</item>
          <label>
            <gi>abbr</gi>
          </label>
          <item>An abbreviation; may be used alone or, when inside <gi>choice</gi>, in combination
            with <gi>expan</gi> which holds an expanded reading.</item>
          <label>
            <gi>expan</gi>
          </label>
          <item>The expanded reading of an abbreviation; typically used inside <gi>choice</gi>, in
            combination with <gi>abbr</gi> which holds the corresponding abbreviated reading. Rarely
            used alone.</item>
          <label>
            <gi>sic</gi>
          </label>
          <item>A typographical error or oddity in the original; may be used alone or, when inside
              <gi>choice</gi>, in combination with <gi>corr</gi>, which holds a corrected reading.</item>
          <label>
            <gi>corr</gi>
          </label>
          <item>A corrected reading of a typographical error or oddity in the original; may be used
            alone or, when inside <gi>choice</gi>, in combination with <gi>sic</gi>, which holds the
            original reading.</item>
          <label>
            <gi>orig</gi>
          </label>
          <item>An unmodernized reading in the original; may be used alone or, when inside
              <gi>choice</gi>, in combination with <gi>reg</gi>, which holds a regularized reading.</item>
          <label>
            <gi>reg</gi>
          </label>
          <item>A modernization of a reading in the original; may be used alone or, when inside
              <gi>choice</gi>, in combination with <gi>orig</gi>, which holds the corresponding
            unmodernized reading.</item>
        </list>
      </div>
      <div type="section">
        <head>Manuscripts and Encoding Physical Documents</head>
        <list type="gloss">
          <label>
            <gi>pb</gi>
          </label>
          <item>An empty element which marks the break between one page and another. By convention,
            information stored in the attributes of <gi>pb</gi> refer to the page that
            <emph>follows</emph> the break. Equivalent to <tag>milestone unit="page"</tag>.</item>
          <label>
            <gi>lb</gi>
          </label>
          <item>An empty element which marks a typographical line break. Equivalent to
              <tag>milestone unit="line"</tag>.</item>
          <label>
            <gi>cb</gi>
          </label>
          <item>An empty element which marks the break between one column and the next. Equivalent
            to <tag>milestone unit="column"</tag>.</item>
          <label>
            <gi>milestone</gi>
          </label>
          <item>An empty element which marks a boundary point in the text according to some standard
            reference system, such as signatures, scrolls, leaves. Use the <att>unit</att> attribute
            to indicate the reference system whose units are being marked at this point.</item>
          <label>
            <gi>add</gi>
          </label>
          <item>A handwritten addition. The <att>hand</att> attribute indicates the handwriting in
            which the addition is made. This attribute contains an identifier which points to a
              <gi>hand</gi> element in the <gi>profileDesc</gi> of the TEI header; this
            <gi>hand</gi> element contains an extended description of the handwriting, ink, and
            other details.</item>
          <label>
            <gi>addSpan</gi>
          </label>
          <item>An empty element which marks the starting point for a handwritten addition that
            either is too long to be encoded with <gi>add</gi>, or overlaps an element boundary. Its
              <att>spanTo</att> attribute points to an <gi>anchor</gi> element which marks the
            endpoint of the added material. The <att>hand</att> attribute indicates the handwriting
            in which the addition is made (see above for details).</item>
          <label>
            <gi>del</gi>
          </label>
          <item>A deletion. The <att>hand</att> attribute indicates the handwriting in which the
            addition is made (see above for details).</item>
          <label>
            <gi>delSpan</gi>
          </label>
          <item>An empty element which marks the starting point for a deletion that is either too
            long to be encoded with <gi>del</gi> or that overlaps an element boundary. Its
              <att>spanTo</att> attribute points to an <gi>anchor</gi> element which marks the
            endpoint of the deleted material. The <att>hand</att> attribute indicates the
            handwriting in which the deletion is made (see above for details).</item>
          <label>
            <gi>handShift</gi>
          </label>
          <item>An empty element which marks the boundary point at which a change of handwriting
            takes place. Its <att>new</att> attribute indicates the handwriting that begins at the
            point being marked. The <att>new</att> attribute functions just like the <att>hand</att>
            attribute, in pointing to a <gi>hand</gi> element in the TEI header, which provides
            detailed information on the handwriting in question.</item>
        </list>
      </div>
      <div type="section">
        <head>Transcriptional complexities</head>
        <list type="gloss">
          <label>
            <gi>supplied</gi>
          </label>
          <item>Indicates that a given word or passage cannot be read in the original and is being
            supplied (either through editorial judgment or from some other textual source).</item>
          <label>
            <gi>unclear</gi>
          </label>
          <item>Indicates that a given word or passage is unclear, but not entirely illegible
            (expresses uncertainty rather than absolute lack of information); multiple alternative
            readings may be grouped in a <gi>choice</gi> element.</item>
          <label>
            <gi>damage</gi>
          </label>
          <item>A damaged portion of the original text; the <att>type</att> attribute allows you to
            classify the damage, and the <att>extent</att> attribute allows you to indicate the
            extent of the damage.</item>
          <label>
            <gi>gap</gi>
          </label>
          <item>A gap in the original text (either from damage, deletion, excerption, or some other
            cause). The <gi>desc</gi> child element provides a description of what is missing, and
            the <att>reason</att> attribute provides the reason for the omission.</item>
          <label>
            <gi>subst</gi>
          </label>
          <item>Groups together an <gi>add</gi> and a <gi>del</gi> so that the addition is understood as being
            a substitution for the deletion.</item>
          <label>
            <gi>restore</gi>
          </label>
          <item>Indicates restoration of text to an earlier state by cancellation of a marking or
            instruction; in particular, useful to indicate that a deletion was restored, e.g. by the notation
              <q>stet</q>.</item>
          <label>
            <gi>app</gi>
          </label>
          <item>Contains one entry in a critical apparatus, with an optional lemma and at least one
            reading.</item>
          <label>
            <gi>rdg</gi>
          </label>
          <item>A single reading, e.g. from a particular witness.</item>
          <label>
            <gi>lem</gi>
          </label>
          <item>A lemma; e.g., the reading from the base text.</item>
        </list>
      </div>
      <div type="section">
        <head>Attributes</head>
        <list type="gloss">
          <label>
            <att>xml:id</att>
          </label>
          <item>Provides a unique identifier for this particular element, thus allowing other
            elements to point to it (using their <att>target</att>, <att>next</att>,
            <att>prev</att>, etc.).</item>
          <label>
            <att>n</att>
          </label>
          <item>Provides a label or identifier for this particular element, not necessarily unique.</item>
          <label>
            <att>target</att>
          </label>
          <item>Provides a URI (e.g.
              <code>http://bauman.zapto.org/gallery/Niagara_Falls_2008-01/2008_01_07T16_35_39</code>
            or <code>#sect08</code>) that points to either another document or an element within an
            XML document (including the current one).</item>
          <!-- 
            catRef 1+
            gloss 1
            term 1
            ptr 1+
            ref 1+
            note 1+
            locus 1+
            witDetail 1+
            fsdLink 1
            certainty 1+
            respons 1+
            specGrpRef 1
            att.ptrLike.form: oRef oVar pRef pVar = 1 each
          -->
          <label><att>next</att> and <att>prev</att></label>
          <item>Allow what is logically a single text object (e.g. a quotation) to be encoded as a
            series of two or more discrete XML elements, as a work-around for overlap problems.
            These attributes represent the connections between these fragmentary elements, by
            pointing to a prior or subsequent element in the chain of fragments. They do so by
            referring to that element&#x2019;s <att>xml:id</att> value. That is, if
            <att>next</att> is specified on a <gi>said</gi> element, then its value should be a hash
            mark (<code>#</code>) followed by the value of the <att>xml:id</att> of another
            <gi>said</gi> element, the one that is the next part of the spoken passage. For example,
            <code><![CDATA[<said xml:id="s01" next="#s02">Hey</said>, he said,
              <said xml:id="s02" prev="#s01">What's up?</said>]]></code></item>
          <label>
            <att>xml:lang</att>
          </label>
          <item>Used to indicate the language of an element&#x2019;s content. Its value conforms
            to BCP 47 (a standard system for defining language codes). For information on how BCP 47
            codes are constructed, see the note in the <ref
              target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html"
              >data.language</ref> documentation. Some sample values for the <att>xml:lang</att>
            attribute are:<table>
              <row>
                <cell>English</cell>
                <cell>
                  <val>en</val>
                </cell>
              </row>
              <row>
                <cell>French</cell>
                <cell>
                  <val>fr</val>
                </cell>
              </row>
              <row>
                <cell>German</cell>
                <cell>
                  <val>de</val>
                </cell>
              </row>
              <row>
                <cell>Italian</cell>
                <cell>
                  <val>it</val>
                </cell>
              </row>
              <row>
                <cell>Latin</cell>
                <cell>
                  <val>la</val>
                </cell>
              </row>
              <row>
                <cell>Arabic as spoken in Iraq</cell>
                <cell>
                  <val>ar-IQ</val>
                </cell>
              </row>
              <row>
                <cell>Chinese</cell>
                <cell>
                  <val>zh</val>
                </cell>
              </row>
              <row>
                <cell>simplified Chinese</cell>
                <cell>
                  <val>zh-Hans</val>
                </cell>
              </row>
              <row>
                <cell>Taiwanese</cell>
                <cell>
                  <val>zh-TW</val>
                </cell>
              </row>
            </table> If further explanation is required, a <gi>language</gi> element with an
              <att>ident</att> attribute of the same BCP 47 code can be specified in the TEI header.
          </item>
        </list>
      </div>
      <div type="section">
	<p rend="CSS( font-size: small; text-align: left; )">Copyleft 2008 Syd Bauman and Julia Flanders; source
	available at
	http://www.wwp.brown.edu/encoding/seminars/master/handouts/elementList.tei.</p>
      </div>
    </body>
  </text>
</TEI>
