<classCode>

<classCode> (code de classification) contient le code de classification attribué à ce texte en référence à un système standard de classification. [2.4.3 The Text Classification]
Module header — The TEI Header
Attributs
scheme⚓︎ identifie le système de classification ou la taxinomie utilisée.
Statut Requis
Type de données teidata.pointer
Contenu dans
core: imprint
header: textClass
Peut contenir
Exemple
<classCode scheme="http://www.udc.org">410</classCode>
Exemple
<classCode scheme="http://www.oclc.org/">801</classCode>
<bibl>classification Dewey</bibl>
Modèle de contenu
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Schéma Declaration
<rng:element name="classCode">
 <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:attribute name="scheme">
  <rng:ref name="teidata.pointer"/>
 </rng:attribute>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element classCode
{
   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,
   attribute scheme { teidata.pointer },
   macro.phraseSeq.limited
}