<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)
屬於
可包含
宣告

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