relatedItem (hendiAll)

Text

Appendix

<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.

Attributes
n opt
(number) gives a number (or other label) for an element, which is not necessarily unique within the document.
Datatype
teidata.text
type
Possible values
multiPart
the related item is another part of a multi-part text (e.g. journal or newspaper article).
draft
the related item is the draft version of the current text.
sentVersion
the related item is the sent version of the current draft.
print
the related item is the printed version of the current draft.
target opt
points to the related bibliographic element by means of an absolute or relative URI reference
Datatype
teidata.pointer
Example
<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>

Examples

XML

If you've spotted some error or inaccurateness please do not hesitate to inform us via henze-digital [@] zenmem.de.