Centrum voor Teksteditie en Bronnenstudie - Centre for Scholarly Editing and Document Studies

Centrum voor Teksteditie en Bronnenstudie

Centre for Scholarly Editing and Document Studies

a research centre of the Royal Academy of Dutch Language and Literature

<monogr>


<monogr> Contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object).
Attributes
No other than global attributes and those inherited from biblPart
Example
<monogr>
   <author>Streuvels, Stijn</author>
   <title>De teleurgang van den Waterhoek</title>
   <edition>eerste druk</edition>
   <imprint>
      <publisher>Excelsior</publisher>
      <pubPlace>Brugge</pubPlace>
      <publisher>Veen</publisher>
      <pubPlace>Amsterdam</pubPlace>
      <date>1927</date>
   </imprint>
</monogr>
Note

The <monogr> element may occur only within bibliographic citation or reference elements; it is mandatory for description of the monographic level of <biblStruct> elements.

This element is taken over from the TEI scheme (see http://www.tei-c.org/P4X/ref-MONOGR.html). However, its content model has been redefined without the <note> element, to avoid interference with the declaration of <note> as a global element.

Class biblPart
Content May contain specialized bibliographic elements, in a prescribed order.
Parents bibl biblStruct
Children add addSpan alt altGrp anchor author biblScope cb deco delSpan edition editor extent figure fw gap imprint index interp interpGrp join joinGrp layerEnd layerStart lb link linkGrp meeting milestone note paraph pb print respStmt seg timeline title
Declaration
<!ELEMENT monogr %om.RO;
          (( (%m.Incl;)*,
               ((
                 (author | editor | respStmt),
                 (author | editor | respStmt | %m.Incl;)*,
                 (title, (%m.Incl;)*)+,
                 ( (editor | respStmt), (%m.Incl;)* )* )
               |(
                 (title, (%m.Incl;)*)+,
                 ((author | editor | respStmt), (%m.Incl;)*)*
               )))?,
               ((meeting), (%m.Incl;)*)*,
               (edition, (editor | respStmt | %m.Incl;)*)*, imprint,
               (imprint | extent | biblScope | %m.Incl;)*
              )>
<!ATTLIST monogr
          %a.global;>
See further 7.3. Changes relating to the declaration of <note> as global element

Up: Appendix A Reference documentation for DALF elements and classes