<relatedItem>
<relatedItem> 包含或參照到其他書目項目,該些項目與目前的書目項目在某種程度上相關,例如作為其組成或者替代項目。 [3.11.2.5 Related items] | |||||||
組件 | core — 3 Elements Available in All TEI Documents | ||||||
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype)
| ||||||
屬於 | |||||||
可包含在於 | core: bibl biblStruct | ||||||
可包含 | core: bibl biblStruct ptr ref header: biblFull msdescription: msDesc namesdates: listRelation relationGrp | ||||||
宣告 |
element relatedItem { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.typed.attributes, attribute target { data.pointer }?, ( model.biblLike | model.ptrLike )? } | ||||||
Schematron | <sch:report test="@target and count( child::* ) > 0">If the 'target' attribute is used, the relatedItem element must be empty</sch:report> <sch:assert test="@target or child::*">A relatedItem element should have either a 'target' attribute or a child element to indicate the related bibliographic item</sch:assert> | ||||||
例子 | <biblStruct> <monogr> <author>Shirley, James</author> <title type="main">The gentlemen of Venice</title> <imprint> <pubPlace>New York</pubPlace> <publisher>Readex Microprint</publisher> <date>1953</date> </imprint> <extent>1 microprint card, 23 x 15 cm.</extent> </monogr> <series> <title>Three centuries of drama: English, 1642–1700</title> </series> <relatedItem type="otherForm"> <biblStruct> <monogr> <author>Shirley, James</author> <title type="main">The gentlemen of Venice</title> <title type="sub">a tragi-comedie presented at the private house in Salisbury Court by Her Majesties servants</title> <imprint> <pubPlace>London</pubPlace> <publisher>H. Moseley</publisher> <date>1655</date> </imprint> <extent>78 p.</extent> </monogr> </biblStruct> </relatedItem> </biblStruct> |