<monogr>
<monogr> (niveau monographique) contient des données bibliographiques décrivant un objet (par exemple une monographie ou une revue) publié comme un élément indépendant (i.e. matériellement séparé. [3.12.2.1 Analytic, Monographic, and Series Levels] | |
Module | core — Elements Available in All TEI Documents |
Attributs |
|
Contenu dans |
core: biblStruct
|
Peut contenir | |
Note |
Cet élément contient des éléments de description bibliographique spécialisés, dans un ordre prescrit. L'élément monogr n'est disponible que dans l'élément biblStruct, où il faut l'utiliser pour encoder la description bibliographique d'une monographie. |
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> <date when="1991-12">(December, 1991):</date> </imprint> <biblScope>25.6</biblScope> <biblScope unit="page" from="377" to="380">377–380</biblScope> </monogr> </biblStruct> |
Exemple |
<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> |
Modèle de contenu |
<content> |
Schéma Declaration |
<rng:element name="monogr"> element monogr { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( ( ( ( author | editor | meeting | respStmt ), ( author | editor | meeting | respStmt )*, title+, ( model.ptrLike | idno | textLang | editor | respStmt )* ) | ( ( title | model.ptrLike | idno )+, ( textLang | author | editor | meeting | respStmt )* ) | ( authority, idno ) )?, availability*, model.noteLike*, ( ( edition, ( idno | model.ptrLike | editor | sponsor | funder | respStmt )* )* ), imprint, ( imprint | extent | biblScope )* ) } |