<classCode>

<classCode> (Klassifikationscode) enthält den für den Text verwendeten Klassifikationscode auf Basis eines normierten Klassifikationssystems. [2.4.3 The Text Classification]
Modul header — The TEI Header
Attribute
scheme⚓︎ benennt das verwendete Klassifikationssystem, definiert z. B. durch Verweis auf ein taxonomy-Element oder eine andere Ressource
Zustand Obligatorisch
Datentyp teidata.pointer
Enthalten in
core: imprint
header: textClass
Kann enthalten
Beispiel
<classCode scheme="http://www.udc.org">410</classCode>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Schema Deklaration
<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
}