<TEI>
<TEI> (TEI文件) 包含符合TEI標準的單一文件,由一個TEI標頭及一份文本組成,可單獨出現或是作為元素teiCorpus的一部分。 [4 Default Text Structure 16.1 Varieties of Composite Text] | |||||||
組件 | textstructure — Default Text Structure | ||||||
屬性 |
|
||||||
俱乐部会员 | |||||||
可包含在於 | |||||||
可包含 | |||||||
註 |
As with all elements in the TEI scheme (except egXML) this element is in the TEI namespace (see Namespaces). Thus, when it is used as the outermost element of a TEI document, it is necessary to specify the TEI namespace on it. This is customarily achieved by including http://www.tei-c.org/ns/1.0 as the value of the XML namespace declaration (xmlns), without indicating a prefix, and then not using a prefix on TEI elements in the rest of the document. For example: <TEI version="4.8.1" xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0">. |
||||||
例子 |
<TEI version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0">
<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> |
||||||
Content model |
<content> |
||||||
宣告 |
<rng:element name="TEI"> element TEI { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, attribute version { teidata.version }?, ( teiHeader, ( ( model.resource+, TEI* ) | TEI+ ) ) } |