<resource> Resource

<resource> is a linking element that specifies the local resource that participates in an extended link. It may occur within <daogrp> and <linkgrp>.

Attributes

  • ALTRENDER – not required. Use if the content of the element should be displayed or printed differently than the rendering established in a style sheet for other occurrences of the element.
  • AUDIENCE – not required. Use to set whether the element’s contents will be visible to external users or to internal ones. Possible values are: “internal” and “external.”
  • ID – not required. Creates an ID for element. Can be used for linking.
  • LABEL – not required. May use a related name token.
  • LINKTYPE – fixed. Value must be “resource.”
  • ROLE – not required. Information that explains to application software the part that a remote resource plays in a link.
  • TITLE – not required. A viewable caption.

Subelements

<resource> may contain PCDATA, <emph>, and <lb />.

Examples

<c02 level="file">
	<did>
		<unittitle>Photographs of John Smith and family members</unittitle>
		<unitdate type="inclusive" normal="1895/1928">1895-1928</unitdate>
		<daogrp linktype="extended">
			<daodesc>
				<p>Sample digitized image from this file: John Smith graduation
				portrait, <date normal="18950528">28 May 1895</date>.</p>
			</daodesc>
			<resource linktype="resource" label="start"/>
			<daoloc entityref="f0042_1tmb" linktype="locator" label="thumb"/>
			<daoloc entityref="f0042_1ref" linktype="locator" label="reference"/>
			<arc linktype="arc" show="embed" actuate="onload" from="start" to="thumb"/>
			<arc linktype="arc" show="new" actuate="onrequest" from="thumb" to="reference"/>
		</daogrp>
	</did>
</c02>

EAD tag library entry for <resource>.