§

Exemple: <back> (back matter)

These search results reproduce every example of the use of <back> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <back> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

3. La structure d’un texte TEI


3. La structure d’un texte TEI

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
<!-- [ en-tête ] -->
 </teiHeader>
 <text>
  <front>
<!-- [ partie préliminaire ... ] -->
  </front>
  <body>
<!-- [ corps du texte ... ] -->
  </body>
  <back>
<!-- [ partie annexe ... ] -->
  </back>
 </text>
</TEI>

3. La structure d’un texte TEI

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
<!--[ en-tête du texte composite ]-->
 </teiHeader>
 <text>
  <front>
<!--[ partie préliminaire du texte composite ]-->
  </front>
  <group>
   <text>
    <front>
<!--[ partie préliminaire du premier texte ]-->
    </front>
    <body>
<!--[ corps du premier texte ]-->
    </body>
    <back>
<!--[ annexe du premier texte ]-->
    </back>
   </text>
   <text>
    <front>
<!--[ partie préliminaire du deuxième texte ]-->
    </front>
    <body>
<!--[ corps du deuxième texte ]-->
    </body>
    <back>
<!--[ annexe du deuxième texte ]-->
    </back>
   </text>
<!--[ encore de textes, simples ou composites ]-->
  </group>
  <back>
<!--[ annexe du texte composite ]-->
  </back>
 </text>
</TEI>

15. L’interprétation et l’analyse


15. L’interprétation et l’analyse

<back>
 <div type="Interpretations">
  <p>
   <interp xml:id="set-church-1"
    resp="#LB-MSMtype="emplacement">
église</interp>
   <interp xml:id="set-kitch-1"
    resp="#LB-MSMtype="emplacement">
cuisine</interp>
   <interp xml:id="set-unspec-1"
    resp="#LB-MSMtype="emplacement">
ailleurs</interp>
  </p>
 </div>
</back>

15. L’interprétation et l’analyse

<back>
 <div type="Interpretations">
  <interpGrp type="emplacement"
   resp="#LB-MSM">

   <interp xml:id="set-church">église</interp>
   <interp xml:id="set-kitch">cuisine</interp>
   <interp xml:id="set-unspec">ailleurs</interp>
  </interpGrp>
<!-- d'autres analyses -->
 </div>
</back>

16. La documentation technique


16. La documentation technique

<front>
 <titlePage>
<!-- ... -->
 </titlePage>
 <divGen type="toc"/>
 <div>
  <head>Preface</head>
<!-- ... -->
 </div>
</front>
<body>
<!-- ... -->
</body>
<back>
 <div>
  <head>Appendix</head>
<!-- ... -->
 </div>
 <divGen type="indexn="Index"/>
</back>