§

<back>

<back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
Moduletextstructure
AttributesAttributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @rendition)) (att.global.responsibility (@cert, @resp))
Contained by
textstructure: text
May contain
figures: figure table
namesdates: listPerson
textstructure: div
Declaration
element back
{
   (
      model.frontPartmodel.pLike.frontmodel.pLikemodel.listLikemodel.global
   )*,
   (
      (
         (
            ( model.div1Like ),
            ( model.frontPart | model.div1Like | model.global )*
         )
       | (
            ( model.divLike ),
            ( model.frontPart | model.divLike | model.global )*
         )
      )?
   ),
   ( ( ( model.divBottomPart ), ( model.divBottomPart | model.global )* )? )
}
Schematron

<sch:rule context="tei:back">
<sch:assert test="tei:div[@type='bibliography']/tei:listBibl">
 <sch:name/> must have a bibliography (div[@type="bibliography"]), which must be organized inside a listBibl element.
</sch:assert></sch:rule>
Example
<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>
Note

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