<back>

<back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7 Back Matter 4 Default Text Structure]
Moduletextstructure — Default Text Structure
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.declaring (@decls)
Contained by
textstructure: floatingText text
transcr: facsimile
May contain
Declaration

<rng:element name="back">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.frontPart"/>
    <rng:ref name="model.pLike.front"/>
    <rng:ref name="model.pLike"/>
    <rng:ref name="model.listLike"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:group>
   <rng:optional>
    <rng:choice>
     <rng:group>
      <rng:group>
       <rng:ref name="model.div1Like"/>
      </rng:group>
      <rng:zeroOrMore>
       <rng:choice>
        <rng:ref name="model.frontPart"/>
        <rng:ref name="model.div1Like"/>
        <rng:ref name="model.global"/>
       </rng:choice>
      </rng:zeroOrMore>
     </rng:group>
     <rng:group>
      <rng:group>
       <rng:ref name="model.divLike"/>
      </rng:group>
      <rng:zeroOrMore>
       <rng:choice>
        <rng:ref name="model.frontPart"/>
        <rng:ref name="model.divLike"/>
        <rng:ref name="model.global"/>
       </rng:choice>
      </rng:zeroOrMore>
     </rng:group>
    </rng:choice>
   </rng:optional>
  </rng:group>
  <rng:group>
   <rng:optional>
    <rng:group>
     <rng:ref name="model.divBottomPart"/>
    </rng:group>
    <rng:zeroOrMore>
     <rng:choice>
      <rng:ref name="model.divBottomPart"/>
      <rng:ref name="model.global"/>
     </rng:choice>
    </rng:zeroOrMore>
   </rng:optional>
  </rng:group>
 </rng:group>
</rng:element>
element back
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.declaring.attributes,
   (
      (
         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 )* )? )
   )
}
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.