<monogr>
<monogr> (monografia) contiene elementi bilbiografici che descrivono un'opera (ad esempio un libro o una rivista) pubblicanti indipendentemente (cioè come un singolo oggetto). 3.11.2.1 Analytic, Monographic, and Series Levels | |
Modulo | core — 3 Elements Available in All TEI Documents |
Attributi | |
Usato da | |
Può contenere | |
Dichiarazione |
element monogr { att.global.attributes, ( ( ( ( author | editor | respStmt ), ( author | editor | respStmt )*, title+, ( idno | editor | respStmt )* ) | ( title+, ( idno | author | editor | respStmt )* ) )?, ( model.noteLike | meeting )*, ( edition, ( idno | editor | respStmt )* )*, imprint, ( imprint | extent | biblScope )* ) } |
Esempio | <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> |