<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.11.2.1 Analytic, Monographic, and Series Levels
Modulo core — 3 Elements Available in All TEI Documents
Usato da
Può contenere
Dichiarazione

<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 )*
}
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>
   <biblScope>25.6</biblScope>
   <date when="1991-12">(December, 1991):</date>
   <biblScope>377–380</biblScope>
  </imprint>
 </monogr>
</biblStruct>