Protection of online images
Capture copyright restrictions within figures using permissions and license elements.
If a figure may not be displayed online, capture a license element with attribute license-type="NoElectronicRight".
If a figure may not be downloaded or enlarged online, capture a license element with attribute license-type="restricted".
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" id="workid-UKRAI10JL5MB-book-part-12-graphic-101" xlink:href="graphic096.gif" mimetype="image"> <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="ayab050_fig1"> <label>Fig. 1</label> <caption> <p>Reproduction of the artwork</p> </caption> <graphic xmlns:xlink="http://www.w3.org/1999/xlink" id="ayab050_graphic1" xlink:href="ayab050_fig1.gif" mimetype="image"> <alt-text>Alt text goes here</alt-text> </graphic> <permissions> <copyright-statement>Copyright owned by the artist. </copyright-statement> <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>