<classCode>

<classCode> (codice di clasificazione) contiene il codice di classificazione utilizzato per questo testo in un sistema di calssificazione standard. [2.4.3 The Text Classification]
Modulo header — The TEI Header
Attributi
scheme⚓︎ idantifica il sistema di classificazione o la tassonomia utilizzati.
Stato Richiesto
Tipo di dati teidata.pointer
Contenuto in
core: imprint
header: textClass
Può contenere
Esempio
<classCode scheme="http://www.udc.org">410</classCode>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Dichiarazione
<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
}