<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.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declarable (@default) att.typed (@type, @subtype) att.sortable (@sortKey) att.docStatus (@status)
屬於
可包含在於
可包含
宣告

<rng:element name="biblStruct">
 <rng:ref name="att.global.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.declarable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:ref name="att.docStatus.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="analytic"/>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:ref name="monogr"/>
   <rng:zeroOrMore>
    <rng:ref name="series"/>
   </rng:zeroOrMore>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.noteLike"/>
    <rng:ref name="idno"/>
    <rng:ref name="model.ptrLike"/>
    <rng:ref name="relatedItem"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element biblStruct
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declarable.attributes,
   att.typed.attributes,
   att.sortable.attributes,
   att.docStatus.attributes,
   (
      analytic*,
      ( monogr, series* )+,
      ( model.noteLike | idno | model.ptrLike | relatedItem )*
   )
}
例子
<biblStruct>
 <monogr>
  <author>王大明</author>
  <author>文天行</author>
  <author>廖全京</author>
  <title>抗戰文藝報刊編目彙編</title>
  <edition>初版</edition>
  <imprint>
   <publisher>四川省社會科學院</publisher>
   <pubPlace>成都</pubPlace>
   <date>1984</date>
  </imprint>
 </monogr>
</biblStruct>