<TEI>
<TEI> (TEI文件) 包含符合TEI標準的單一文件,由一個TEI標頭及一份文本組成,可單獨出現或是作為元素teiCorpus的一部分。 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
組件 | textstructure — 4 Default Text Structure | ||||||||
除全域屬性以外 |
|
||||||||
屬於 | |||||||||
可包含 | |||||||||
宣告 |
element TEI { att.global.attributes, attribute version { xsd:decimal }?, ( teiHeader, ( ( model.resourceLike+, text? ) | text ) ) } |
||||||||
<s:ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/> |
|||||||||
<s:ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/> |
|||||||||
例子 |
<TEI>
<teiHeader> <fileDesc> <titleStmt> <title>TEI中文指引</title> </titleStmt> <publicationStmt> <p>將與TEI 中文在地化計劃等文件一同出版</p> </publicationStmt> <sourceDesc> <p>譯自TEI P5 英文指引</p> </sourceDesc> </fileDesc> </teiHeader> <text> <body> <p>這是TEI P5的中文指引...</p> </body> </text> </TEI> |