<self-uri>

URI for This Same Work Online

The URI (such as, for example, a URL) for an online version of a print document. This element may be used when a document is available in multiple forms, for example, both in print and in an expanded version with additional graphics available online.

Remarks

The textual content of this element may be a URI (typically naming a website) when the text is used as a live link, or the element content may just be a few words and the link attributes hold the real link, for example,

<self-uri xlink:href="...URL here...">This book is available online</self-uri>

Attributes

content-type Type of Content
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Related Elements

<self-uri> is used when an article is available in multiple forms, for example, as a means of indicating the online version of a print article. Conversely, a URI that indicates a different article or any other kind of external reference is usually tagged as <ext-link>. <uri>, although allowed everywhere <ext-link> is used, is more typically part of an address, information concerning a contributor, or part of a reference citation. Loosely put, an external link <ext-link> element is intended to act as a link; a URI <uri> element identifies a URI (such as a URL) in the text, but may or may not be a traversable link; and the <self-uri> points to another form of the same article.

Content Model

<!ELEMENT  self-uri     (#PCDATA %self-uri-elements;)*               >

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<book-meta>, <book-part-meta>

Example

No sample is available at this time.

Module

articlemeta3.ent