<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). [3.12.2.1. Analytic, Monographic, and Series Levels] | |
Module | core |
Attributes |
|
Contained by | core: biblStruct |
May contain | |
Note | May contain specialized bibliographic elements, in a prescribed order. The monogr element may only occur only within a biblStruct, where its use is mandatory for the description of a monographic-level bibliographic item. |
Example | <biblStruct> <analytic> <author>Chesnutt, David</author> <title>Historical Editions in the States</title> </analytic> <monogr> <title level="j">Computers and the Humanities</title> <imprint> <date when="1991-12">(December, 1991):</date> </imprint> <biblScope>25.6</biblScope> <biblScope unit="page" from="377" to="380">377–380</biblScope> </monogr> </biblStruct> |
Example | <biblStruct type="book"> <monogr> <author> <persName> <forename>Leo Joachim</forename> <surname>Frachtenberg</surname> </persName> </author> <title type="main" level="m">Lower Umpqua Texts</title> <imprint> <pubPlace>New York</pubPlace> <publisher>Columbia University Press</publisher> <date>1914</date> </imprint> </monogr> <series> <title type="main" level="s">Columbia University Contributions to Anthropology</title> <biblScope unit="volume">4</biblScope> </series> </biblStruct> |
Content model | <content> |
Schema Declaration | element monogr { tei_att.global.attributes, ( ( ( ( tei_author | tei_editor | tei_meeting | tei_respStmt ), ( tei_author | tei_editor | tei_meeting | tei_respStmt )*, tei_title+, ( tei_model.ptrLike | tei_idno | tei_textLang | tei_editor | tei_respStmt )* ) | ( ( tei_title | tei_model.ptrLike | tei_idno )+, ( tei_textLang | tei_author | tei_editor | tei_meeting | tei_respStmt )* ) | ( tei_authority, tei_idno ) )?, tei_availability*, tei_model.noteLike*, ( tei_edition, ( tei_idno | tei_model.ptrLike | tei_editor | tei_sponsor | tei_funder | tei_respStmt )* )*, tei_imprint, ( tei_imprint | tei_extent | tei_biblScope )* ) } |