<cit>

<cit> 書誌参照を伴い,他の文書からの引用を示す.例えば,辞書の場合には, 当該単語形が出現する例文を示したり,当該見出し語の翻訳や用例を示した りする. 3.3.3 引用 4.3.1 複合テキスト 9.3.5.1
モジュールcore — 3 コアモジュール
属性 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>and the breath of the whale is frequently attended with such an insupportable smell,
   as to bring on disorder of the brain.</quote>
 <bibl>Ulloa's South America</bibl>
</cit>
<entry>
 <form>
  <orth>horrifier</orth>
 </form>
 <cit type="translationxml:lang="en">
  <quote>to horrify</quote>
 </cit>
 <cit type="example">
  <quote>elle était horrifiée par la dépense</quote>
  <cit type="translationxml:lang="en">
   <quote>she was horrified at the expense.</quote>
  </cit>
 </cit>
</entry>