<classCode>

<classCode> (classification code) 包含文件在某標準分類系統中所屬的分類代碼。 [2.4.3 The Text Classification]
組件 header — The TEI Header
屬性
scheme⚓︎ 說明使用中的分類系統或分類法。
狀態 必備的
資料類型 teidata.pointer
可包含在於
core: imprint
header: textClass
可包含
例子
<classCode scheme="http://www.udc.org">410</classCode>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣告
<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
}