<monogr>
<monogr> (niveau monographique) contient les éléments bibliographiques décrivant un objet (par exemple une monographie ou une revue) publié en tant qu'objet indépendant (i.e. comme un objet physique distinct 3.11.2.1 Analytic, Monographic, and Series Levels | |
Module | core — 3 Elements Available in All TEI Documents |
Attributs | |
Utilisé par | biblStruct |
Peut contenir | |
Declaration |
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 )* ) } |
Exemple | <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> |