<analytic>
<analytic> (livello analitico) contiene elementi bilbiografici che descrivono un'opera (ad esempio un articolo a una poesia) pubblicata in una monografia o una rivista e non come pubblicazione indipendente. [3.12.2.1 Analytic, Monographic, and Series Levels] | |
Modulo | core — Elements Available in All TEI Documents |
Attributi |
|
Contenuto in |
core: biblStruct
|
Può contenere | |
Nota |
May contain titles and statements of responsibility (author, editor, or other), in any order. The analytic element may only occur within a biblStruct, where its use is mandatory for the description of an analytic level bibliographic item. |
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> <date when="1991-12">(December, 1991):</date> </imprint> <biblScope>25.6</biblScope> <biblScope>377–380</biblScope> </monogr> </biblStruct> |
Content model |
<content> |
Dichiarazione |
<rng:element name="analytic"> element analytic { 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 | respStmt | title | model.ptrLike | date | textLang | idno | availability )* } |