<relatedItem>
<relatedItem> contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. [3.12.2.7. Related Items] | |||||||
Module | core | ||||||
Attributes |
| ||||||
Member of | |||||||
Contained by | core: bibl biblStruct header: notesStmt | ||||||
May contain | |||||||
Note | If the target attribute is used to reference the related bibliographic item, the element must be empty. | ||||||
Example | |||||||
Schematron | <sch:rule context="tei:relatedItem"> <sch:report test="@target and count( child::* ) > 0">If the @target attribute on <sch:name/> 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> </sch:rule> | ||||||
Content model | <content> | ||||||
Schema Declaration | element relatedItem { tei_att.global.attributes, tei_att.typed.attributes, attribute target { teidata.pointer }?, ( tei_model.biblLike | tei_model.ptrLike )? } |