<biblFull>
<biblFull> 包含結構完整的書目資料,其中呈現出TEI檔案描述內的所有元件。 3.11.1 Elements of Bibliographic References 2.2.7 The Source Description 15.3.2 Declarable Elements | |
組件 | header — 2 The TEI Header |
除全域屬性以外 | att.declarable (@default) |
屬於 | |
可包含 | |
宣告 |
element biblFull { att.global.attributes, att.declarable.attributes, ( ( titleStmt, editionStmt?, extent?, publicationStmt, seriesStmt?, notesStmt? ), sourceDesc* ) } |
例子 |
<biblFull>
<titleStmt> <title>勘誤表:審視後的生命</title> <author>喬治.史坦納。</author> </titleStmt> <editionStmt> <edition>台灣地區繁中版本</edition> </editionStmt> <extent>208面</extent> <publicationStmt> <publisher>行人出版社</publisher> <pubPlace>台北</pubPlace> <date>2007</date> </publicationStmt> <sourceDesc> <p>譯自 Errata: An Examined Life (1997)</p> </sourceDesc> </biblFull> |