<biblStruct>

<biblStruct> 構造を持った書誌情報を示す.下位要素として,書誌情報を示す要素が決められた順番で出現する. 3.11.1 書誌参照 2.2.7 元資料解説 15.3.2 Declarable Elements
モジュールcore — 3 コアモジュール
属性 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>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>