<relatedItem>
<relatedItem> contiene o si riferisce ad altra entità bibliografica legata alla presente tramite una relazione specificata quale, per esempio, versione costitutiva o alternativa [3.12.2.7 Related Items] | |||||||
Modulo | core — Elements Available in All TEI Documents | ||||||
Attributi |
|
||||||
Membro del | |||||||
Contenuto in |
core: bibl biblStruct
header: notesStmt
|
||||||
Può contenere | |||||||
Nota |
If the target attribute is used to reference the related bibliographic item, the element must be empty. |
||||||
Esempio |
<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> |
||||||
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> |
||||||
Dichiarazione |
<rng:element name="relatedItem"> element relatedItem { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, attribute target { teidata.pointer }?, ( model.biblLike | model.ptrLike )? } |