<biblFull>

<biblFull> 包含結構完整的書目資料,其中呈現出TEI檔案描述內的所有元件。 [3.11.1 Methods of Encoding Bibliographic References and Lists of References 2.2 The File Description 2.2.7 The Source Description 15.3.2 Declarable Elements]
組件header — The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.declarable (@default) att.sortable (@sortKey) att.docStatus (@status)
俱乐部会员
可包含在於
可包含
宣告

<rng:element name="biblFull">
 <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.declarable.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:ref name="att.docStatus.attributes"/>
 <rng:group>
  <rng:group>
   <rng:ref name="titleStmt"/>
   <rng:optional>
    <rng:ref name="editionStmt"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="extent"/>
   </rng:optional>
   <rng:ref name="publicationStmt"/>
   <rng:optional>
    <rng:ref name="seriesStmt"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="notesStmt"/>
   </rng:optional>
  </rng:group>
  <rng:zeroOrMore>
   <rng:ref name="sourceDesc"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element biblFull
{
   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.declarable.attributes,
   att.sortable.attributes,
   att.docStatus.attributes,
   (
      (
         titleStmt,
         editionStmt?,
         extent?,
         publicationStmt,
         seriesStmt?,
         notesStmt?
      ),
      sourceDesc*
   )
}
例子
<biblFull>
 <titleStmt>
  <title>勘誤表:審視後的生命</title>
  <author>喬治.史坦納。</author>
 </titleStmt>
 <editionStmt>
  <edition>台灣地區繁中版本</edition>
 </editionStmt>
 <extent>208面</extent>
 <publicationStmt>
  <publisher>行人出版社</publisher>
  <pubPlace>台北</pubPlace>
  <date>2007</date>
 </publicationStmt>
 <sourceDesc>
  <p>譯自 Errata: An Examined Life (1997)</p>
 </sourceDesc>
</biblFull>