Protection of online images
Capture copyright restrictions within figures using permissions and license elements.
If a figure is not to be displayed online, capture a license element with the attribute license-type="NoElectronicRight".
If a figure is not to be downloaded or enlarged online, capture a license element with the attribute license-type="restricted". Images sourced from Getty, Alamy, or Shutterstock must be captured with restricted permissions.
Capture information about the license permissions in the license-p within the license element.
If provided, capture information about the copyright in a copyright-statement element, and capture a value for the copyright year element.
Figure with no electronic rights
<fig id="workid-UKRAI10JL5MB-book-part-12-fig-94">
<label>Fig. 8–6</label>
<caption>
<p>Some good snacks for children and adults.</p>
</caption>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink" mimetype="image"
id="workid-UKRAI10JL5MB-book-part-12-graphic-101" xlink:href="graphic096.gif">
<alt-text>Alt text goes here</alt-text>
</graphic>
<permissions>
<license license-type="NoElectronicRight">
<license-p>Permission for the publication of this image is for print only.</license-p>
</license>
</permissions>
</fig>
Figure with restricted permissions for downloading and enlarging
<fig id="fig5" position="float">
<caption>
<p>This photograph of Gulf & Western head Charles Bluhdorn, snapped
during a <italic>Life</italic> photoshoot in 1967, captured the manic nature
of the company's acquisition sprees. The image offers a good example
of how, from some angles, conglomerates could appear not so much sinister in
nature, as absurd or even nonsensical.</p>
</caption>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="jaab124fig5.jpg"
mimetype="image">
<alt-text>Alt text goes here</alt-text>
</graphic>
<attrib>Charles H. Phillips, Gulf & Western <sc>Ceo</sc> Charles Bluhdorn(1967),
<italic>Life</italic> Images Collection. Courtesy Getty Images.</attrib>
<permissions>
<license license-type="restricted">
<license-p>Compliance with permission from the rights holder to display this image
online prohibits further enlargement or copying.</license-p>
</license>
</permissions>
</fig>