<teiHeader>

<teiHeader> (TEI標頭) 在所有符合TEI標準的文本起始的電子題名頁當中提供敘述性以及宣告性的資訊。 2.1.1 The TEI Header and its Components 15.1 Varieties of Composite Text
組件header — 2 The TEI Header
屬性
type標明標頭所附屬於的文件類型,例如文集或單一文本。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
text
標頭附屬於單一文本中。 [預設值]
corpus
標頭附屬於文集中。
屬於
可包含
宣告

<rng:element name="teiHeader">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="typea:defaultValue="text">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:group>
 <rng:ref name="fileDesc"/>
 <rng:zeroOrMore>
  <rng:ref name="model.headerPart"/>
 </rng:zeroOrMore>
 <rng:optional>
  <rng:ref name="revisionDesc"/>
 </rng:optional>
</rng:group>
</rng:element>
element teiHeader
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   ( fileDesc, model.headerPart*, revisionDesc? )
}
例子
<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Taisho Tripitaka, Electronic version, No. 251 般若波羅蜜多心經</title>
   <respStmt>
    <resp>底本來源</resp>
    <name>大藏出版株式會社</name>
   </respStmt>
   <respStmt>
    <resp>電子版本製作</resp>
    <name>中華電子佛典協會</name>
   </respStmt>
  </titleStmt>
  <publicationStmt>
   <distributor>中華電子佛典協會</distributor>
   <address>
    <addrLine>11246 台北市北投區光明路276號4樓</addrLine>
   </address>
   <availability>
    <p>本資料使用限定於非營利性用途,並需附上本標頭資訊。</p>
   </availability>
   <date>1998年12月</date>
  </publicationStmt>
  <sourceDesc>
   <bibl>Taisho Tripitaka Vol. 08, Nr. 251 般若波羅蜜多心經</bibl>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <projectDesc>
   <p>預備格式轉換</p>
  </projectDesc>
 </encodingDesc>
 <revisionDesc>
  <list>
   <item>
    <date>19990721/18:35:54</date>CW以CBXML.BAT (99/6/30)轉換成XML</item>
  </list>
 </revisionDesc>
</teiHeader>