<biblStruct>
<biblStruct> (結構次要書目) 包含僅出現子節點的結構書目資料,並以特定順序呈現。 3.11.1 Elements of Bibliographic References 2.2.7 The Source Description 15.3.2 Declarable Elements | |
組件 | core — 3 Elements Available in All TEI Documents |
屬性 | att.declarable (@default) att.typed (@type, @subtype) |
屬於 | |
可包含 | |
宣告 |
element biblStruct { att.global.attributes, att.declarable.attributes, att.typed.attributes, ( analytic*, ( monogr, series* )+, ( model.noteLike | idno | relatedItem )* ) } |
例子 | <biblStruct> <monogr> <author>王大明</author> <author>文天行</author> <author>廖全京</author> <title>抗戰文藝報刊編目彙編</title> <edition>初版</edition> <imprint> <publisher>四川省社會科學院</publisher> <pubPlace>成都</pubPlace> <date>1984</date> </imprint> </monogr> </biblStruct> |