<analytic>

<analytic> (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. 3.11.2.1 Analytic, Monographic, and Series Levels
Modulecore — 3 Elements Available in All TEI Documents
AttributesGlobal attributes only
Used by
May contain
Declaration

<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 )*
}
Example
<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
May contain titles and statements of responsibility (author, editor, or other), in any order.
The analytic element may only occur only within a biblStruct, where its use is mandatory for the description of an analytic level bibliographic item.