<biblStruct>

<biblStruct> (結構次要書目) 包含次要書目元素的結構書目資訊,並以特定順序呈現。 3.11.1 Elements of Bibliographic References 2.2.7 The Source Description 15.3.2 Declarable Elements
組件core — 3 Elements Available in All TEI Documents
屬性 att.declarable (@default) att.typed (@type, @subtype)
屬於 model.biblLike
可包含
宣告
element biblStruct
{
   att.global.attributes,
   att.declarable.attributes,
   att.typed.attributes,
   (
      analytic*,
      ( monogr, series* )+,
      ( model.noteLike | idno | relatedItem )*
   )
}
例子
<biblStruct>
 <monogr>
  <author>Blain, Virginia</author>
  <author>Clements, Patricia</author>
  <author>Grundy, Isobel</author>
  <title>The Feminist Companion to Literature in
     English: women writers from the middle ages
     to the present</title>
  <edition>first edition</edition>
  <imprint>
   <publisher>Yale University Press</publisher>
   <pubPlace>New Haven and London</pubPlace>
   <date>1990</date>
  </imprint>
 </monogr>
</biblStruct>