<relatedItem>
| <relatedItem> enthält oder verweist auf ein anderes bibliografisches Objekt, welches zu dem aktuellen in einer bestimmten Beziehung steht, z. B. als Bestandteil oder Alternativfassung. [3.12.2.7 Related Items] | |||||||
| Modul | core — Elements Available in All TEI Documents | ||||||
| Attribute |
|
||||||
| Mitglied des | |||||||
| Enthalten in |
core: bibl biblStruct
header: notesStmt
|
||||||
| Kann enthalten | |||||||
| Anmerkung |
Wenn das target-Attribut verwendet wird, um auf das in Beziehung stehende Objekt zu verweisen, muss das Element leer bleiben. |
||||||
| Beispiel | |||||||
| 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 Deklaration |
<rng:element name="relatedItem"> element relatedItem { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, attribute target { teidata.pointer }?, ( model.biblLike | model.ptrLike )? } |
||||||