<cit>

<cit> 從其他文件中引用的內容,並包含引用來源的書目參照資料。 3.3.3 Quotation 4.3.1 Grouped Texts 9.3.5.1 Examples
組件core — 3 Elements Available in All TEI Documents
屬性 att.typed (@type, @subtype)
屬於
可包含
宣告

<rng:element name="cit">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:oneOrMore>
 <rng:choice>
  <rng:ref name="model.qLike"/>
  <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.typed.attributes,
   (
      model.qLikemodel.biblLikemodel.ptrLikemodel.globalmodel.entryPart
   )+
}
例子
<cit>
 <quote>棋開始了。上千人不再出聲兒。只有自願服務的人一會兒緊一會兒慢地用話傳出棋步,外邊兒自願服務的人就變動著棋子兒。</quote>
 <bibl>阿城,《棋王》。</bibl>
</cit>
例子
<entry>
 <form>
  <orth>horrifier</orth>
 </form>
 <cit type="translationxml:lang="zh">
  <quote>使驚嚇</quote>
 </cit>
 <cit type="example">
  <quote>elle était horrifiée par la dépense</quote>
  <cit type="translationxml:lang="zh">
   <quote>成本把她嚇呆了。</quote>
  </cit>
 </cit>
</entry>