<cit>

<cit> 從其他文件中引用的內容,並包含引用來源的書目參照資料。 [3.3.3 Quotation 4.3.1 Grouped Texts 10.3.5.1 Examples]<a href="https://translate.tei-c.org/translate.html?edit=cit.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
組件 core — Elements Available in All TEI Documents
屬性
俱乐部会员
可包含在於
analysis: cl phr s
cmc: post
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witness
verse: rhyme
可包含
例子
<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>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <classRef key="model.biblLike"/>
  <classRef key="model.egLike"/>
  <classRef key="model.entryPart"/>
  <classRef key="model.global"/>
  <classRef key="model.graphicLike"/>
  <classRef key="model.ptrLike"/>
  <classRef key="model.attributable"/>
  <elementRef key="pc"/>
  <elementRef key="q"/>
 </alternate>
</content>
宣告
<rng:element name="cit">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.cmc.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.biblLike"/>
   <rng:ref name="model.egLike"/>
   <rng:ref name="model.entryPart"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.graphicLike"/>
   <rng:ref name="model.ptrLike"/>
   <rng:ref name="model.attributable"/>
   <rng:ref name="pc"/>
   <rng:ref name="q"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element cit
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.cmc.attributes,
   att.typed.attributes,
   (
      model.biblLikemodel.egLikemodel.entryPartmodel.globalmodel.graphicLikemodel.ptrLikemodel.attributablepcq
   )+
}