<bibl>

<bibl> (書目資料) 包含結構零散的書目資料,其中次要元件不一定會明確標記。 [3.12.1 Methods of Encoding Bibliographic References and Lists of References 2.2.7 The Source Description 15.3.2 Declarable Elements]
組件 core — Elements Available in All TEI Documents
屬性
俱乐部会员
可包含在於
可包含

Contains phrase-level elements, together with any combination of elements from the model.biblPart class

例子
<bibl>蕭兵,《神話學引論》。台北:文津,2001。</bibl>
例子
<bibl>
 <title level="a">我的從影經過</title>。收錄於 <author>王漢倫</author><title>中國無聲電影</title>.
<publisher>北京:中國電影</publisher>
 <date>1996</date>
</bibl>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.highlighted"/>
  <classRef key="model.pPart.data"/>
  <classRef key="model.pPart.edit"/>
  <classRef key="model.segLike"/>
  <classRef key="model.ptrLike"/>
  <classRef key="model.biblPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
宣告
<rng:element name="bibl">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:ref name="att.docStatus.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.highlighted"/>
   <rng:ref name="model.pPart.data"/>
   <rng:ref name="model.pPart.edit"/>
   <rng:ref name="model.segLike"/>
   <rng:ref name="model.ptrLike"/>
   <rng:ref name="model.biblPart"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element bibl
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declarable.attributes,
   att.typed.attributes,
   att.sortable.attributes,
   att.docStatus.attributes,
   (
      text
    | model.gLikemodel.highlightedmodel.pPart.datamodel.pPart.editmodel.segLikemodel.ptrLikemodel.biblPartmodel.global
   )*
}