<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.12.2.1 Analytic, Monographic, and Series Levels]
Module core — Elements Available in All TEI Documents
Attributs
Contenu dans
Peut contenir
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.

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>
   <date when="1991-12">(December, 1991):</date>
  </imprint>
  <biblScope>25.6</biblScope>
  <biblScope>377–380</biblScope>
 </monogr>
</biblStruct>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="author"/>
  <elementRef key="editor"/>
  <elementRef key="respStmt"/>
  <elementRef key="title"/>
  <classRef key="model.ptrLike"/>
  <elementRef key="date"/>
  <elementRef key="textLang"/>
  <elementRef key="idno"/>
  <elementRef key="availability"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="analytic">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="author"/>
   <rng:ref name="editor"/>
   <rng:ref name="respStmt"/>
   <rng:ref name="title"/>
   <rng:ref name="model.ptrLike"/>
   <rng:ref name="date"/>
   <rng:ref name="textLang"/>
   <rng:ref name="idno"/>
   <rng:ref name="availability"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
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,
   (
      authoreditorrespStmttitlemodel.ptrLikedatetextLangidnoavailability
   )*
}