Text Encoding Initiative

The XML Version of the TEI Guidelines

<monogr>


<monogr> (monographic level) 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 Global attributes and those inherited from biblPart
Example

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.

Module Declared in file teicore2; Core tag sets: enabled when any TEI base is enabled
Class biblPart
Data Description May contain specialized bibliographic elements, in a prescribed order.
May contain addSpan alt altGrp anchor author biblScope cb certainty delSpan edition editor extent fLib fs fsLib fvLib fw gap imprint index interp interpGrp join joinGrp lb link linkGrp meeting milestone note pb respStmt respons span spanGrp timeline title
May occur within bibl biblStruct
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;)*)*
               )))?,
               ((note | meeting), (%m.Incl;)*)*,
               (edition, (editor | respStmt | %m.Incl;)*)*, imprint, 
               (imprint | extent | biblScope | %m.Incl;)*
              )> 
<!ATTLIST monogr  
      %a.global;>
See further 6.10.2.1 Analytic, Monographic, and Series Levels

Up: 35 Elements