<analytic>

<analytic> (niveau analytique) contient des éléments descriptifs qui décrivent la bibliographie d'une ressource (par exemple un poème ou un article de revue) publiée à l'intérieur d'une monographie ou d'une ressource et non publiée de façon indépendante. [3.11.2.1 Analytic, Monographic, and Series Levels]
Modulecore — 3 Elements Available in All TEI Documents
Attributsatt.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))
Utilisé par
Contenu dans
Peut contenir
Declaration

<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 )*
}
Exemple
<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>
Note
Cet élément peut contenir des titres et des mentions de responsabilité (auteur, éditeur scientifique, ou autre), et cela dans n'importe quel ordre.
L'élément analytic n'est disponible qu'à l'intérieur de l'élément biblStruct, où il faut l'utiliser pour encoder la description bibliographique d'une partie composante.