<cit>

<cit> (citation) citation provenant d'un autre document comprenant la référence bibliographique de sa source. Dans un dictionnaire il peut contenir un exemple avec au moins une occurrence du mot employé dans l’acception qui est décrite, ou une traduction du mot-clé, ou un exemple. [3.3.3 Quotation 4.3.1 Grouped Texts 9.3.5.1 Examples]
Modulecore — 3 Elements Available in All TEI Documents
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype)
Utilisé par
Contenu dans
Peut contenir
Declaration

<rng:element name="cit">
 <rng:ref name="att.global.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.typed.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.qLike"/>
   <rng:ref name="model.egLike"/>
   <rng:ref name="model.biblLike"/>
   <rng:ref name="model.ptrLike"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.entryPart"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element cit
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   (
      model.qLikemodel.egLikemodel.biblLikemodel.ptrLikemodel.globalmodel.entryPart
   )+
}
Exemple
<cit>
 <quote>Regarde de tous tes yeux, regarde</quote>
 <bibl>Jules Verne, Michel Strogof</bibl>
</cit>
Exemple
<entry>
 <form>
  <orth>to horrify</orth>
 </form>
 <cit type="translation" xml:lang="en">
  <quote>horrifier</quote>
 </cit>
 <cit type="example">
  <quote>she was horrified at the expense.</quote>
  <cit type="translation" xml:lang="en">
   <quote>elle était horrifiée par la dépense.</quote>
  </cit>
 </cit>
</entry>