<analytic>

<analytic> 独立した出版物ではなく,書籍や雑誌に収録されている作品の書誌情報を記 述する. [3.11.2.1 Analytic, Monographic, and Series Levels]
モジュールcore — 3 Elements Available in All TEI Documents
属性att.global (@xml:id, @n, @xml:lang, @rend, @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))
当該モジュールを使用するもの
上位
下位
宣言

<rng:element name="analytic">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="author"/>
   <rng:ref name="editor"/>
   <rng:ref name="respStmt"/>
   <rng:ref name="title"/>
   <rng:ref name="ref"/>
   <rng:ref name="date"/>
   <rng:ref name="textLang"/>
   <rng:ref name="idno"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
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 )*
}
<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>
解説
タイトルや権利者(著者,編者など)を,任意の順番で示してよい.
要素analyticは,要素biblStructの内容として高々1 回出現する.分析レベルの書誌情報項目においては必須である.