<monogr>

<monogr> 独立したもの(例えば,物理的に独立したもの)として出版された対象(例えば,書籍や雑誌)の書誌情報項目を示す. 3.11.2.1 収録,単刊,シ リーズ
モジュールcore — 3 コアモジュール
属性
当該モジュールを使用するもの
下位
宣言
<rng:element name="monogr">
 <rng:ref name="att.global.attributes"/>
 <rng:group>
  <rng:optional>
   <rng:choice>
    <rng:group>
     <rng:choice>
      <rng:ref name="author"/>
      <rng:ref name="editor"/>
      <rng:ref name="respStmt"/>
     </rng:choice>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="author"/>
       <rng:ref name="editor"/>
       <rng:ref name="respStmt"/>
      </rng:choice>
     </rng:zeroOrMore>
     <rng:oneOrMore>
      <rng:ref name="title"/>
     </rng:oneOrMore>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="editor"/>
       <rng:ref name="respStmt"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:group>
    <rng:group>
     <rng:oneOrMore>
      <rng:ref name="title"/>
     </rng:oneOrMore>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="author"/>
       <rng:ref name="editor"/>
       <rng:ref name="respStmt"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:group>
   </rng:choice>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.noteLike"/>
    <rng:ref name="meeting"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="edition"/>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="editor"/>
     <rng:ref name="respStmt"/>
    </rng:choice>
   </rng:zeroOrMore>
  </rng:zeroOrMore>
  <rng:ref name="imprint"/>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="imprint"/>
    <rng:ref name="extent"/>
    <rng:ref name="biblScope"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>

element monogr
{
   att.global.attributes,
   (
      (
         (
            ( author | editor | respStmt ),
            ( author | editor | respStmt )*,
            title+,
            ( editor | respStmt )*
         )
       | ( title+, ( author | editor | respStmt )* )
      )?,
      ( model.noteLike | meeting )*,
      ( edition, ( editor | respStmt )* )*,
      imprint,
      ( imprint | extent | biblScope )*
   )
}
<biblStruct>
 <analytic>
  <author>Chesnutt, David</author>
  <title>Historical Editions in the States</title>
 </analytic>
 <monogr>
  <title level="j">Computers and the Humanities</title>
  <imprint>
   <biblScope>25.6</biblScope>
   <date when="1991-12">(December, 1991):</date>
   <biblScope>377–380</biblScope>
  </imprint>
 </monogr>
</biblStruct>
解説
特別な書誌情報要素を,特定の順番でとるかもしれない.
当該要素monogrは小論レベルの書誌項目を記述する際に必須で あるが,その際,要素biblStructの中で高々1回出現する.