<analytic>
<analytic> (分析レベル) 独立した出版物ではなく、書籍や雑誌に収録されている作品の書誌情報(例えば論文や詩)を記述する。 [3.12.2.1 Analytic, Monographic, and Series Levels] | |
モジュール | core — Elements Available in All TEI Documents |
属性 |
|
上位 |
core: biblStruct
|
下位 | |
解説 |
タイトルや権利者(著者、編者など)を、任意の順番で示してよい。 要素analyticは、要素biblStruct内でのみ使用することができる。分析レベルの書誌情報項目においては必須である。 |
例 |
<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> |
宣言 |
<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 )* } |