<analytic>

<analytic> (분석적 층위) 독립 출판이 아닌, 단행본 또는 학술지 내에 포함되어 출판된 항목(예를 들어, 논문 또는 시)을 기술하는 참고문헌 요소를 포함한다. 3.11.2.1 Analytic, Monographic, and Series Levels
모듈 core — 3 Elements Available in All TEI Documents
에 의해 사용된
포함할 수 있다
선언

<rng:element name="analytic">
 <rng:ref name="att.global.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="author"/>
   <rng:ref name="editor"/>
   <rng:ref name="respStmt"/>
   <rng:ref name="title"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element analytic
{
   att.global.attributes,
   ( author | editor | respStmt | title )*
}
<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>