<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:
Example
Note

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

Tagsetbase tag set for common core features
ClassbiblPart
Filenameteicore2
Content: May contain specialized bibliographic elements, in a prescribed order.
Parentsbibl biblStruct
Childrenauthor biblScope edition editor extent imprint meeting note respStmt title
Declaration
<!ELEMENT monogr        - O  ( ( ((author | editor | 
                             respStmt)+, title+, (editor | 
                             respStmt)*) | (title+, (author | 
                             editor | respStmt)*))?, (note | 
                             meeting)*, (edition, (editor | 
                             respStmt)*)*, imprint, (imprint | 
                             extent | biblScope)* )             >
<!ATTLIST monogr             %a.global                          >
See 6.10.2.1

Back to index