<analytic>
<analytic> (nivel analítico.) contiene los elementos bibliográficos que describen un ítem (p.ej. un artículo o un poema) publicado dentro de una monografía o revista y no como una publicación independiente. [3.11.2.1 Analytic, Monographic, and Series Levels] | |
Módulo | core — 3 Elements Available in All TEI Documents |
Atributos | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
Usado por | |
Contenido en | core: biblStruct |
Puede contener | |
Declaración |
element analytic { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( author | editor | respStmt | title | ref | date | textLang | idno )* } |
Ejemplo | <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> |