<seriesStmt>
<seriesStmt> (集叢陳述) 若出版品隸屬於某叢書,則在此匯集該叢書的相關資訊。 2.2.5 The Series Statement 2.2 The File Description | |
組件 | header — 2 The TEI Header |
屬性 | |
屬於 | |
可包含 | |
宣告 |
element seriesStmt { att.global.attributes, ( model.pLike+ | ( title+, ( idno | respStmt )* ) ) } |
例子 | <seriesStmt> <title>《印度文學研究》的電腦可讀文件</title> <respStmt> <resp>編者</resp> <name>珍.崗妲</name> </respStmt> <idno type="vol">1.2</idno> <idno type="ISSN">0 345 6789</idno> </seriesStmt> |