<teiHeader>
<teiHeader> (TEI標頭) 在所有符合TEI標準的文本起始的電子題名頁當中提供敘述性以及宣告性的資訊。 [2.1.1 The TEI Header and Its Components 15.1 Varieties of Composite Text] | |
組件 | header — The TEI Header |
屬性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
可包含在於 | |
可包含 | |
註 | One of the few elements unconditionally required in any TEI document. |
例子 | <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> |
Content model | <content> |
宣告 | <rng:element name="teiHeader"> element teiHeader { 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, ( fileDesc, model.teiHeaderPart*, revisionDesc? ) } |