External multimedia content
Capture references to video content not hosted by Brightcove in a
media element within a fig element with a
fig-type attribute with a value of resource
.
Capture the fig element according to the placement indicator in the manuscript, or (if there is no such indicator) after the paragraph in which it is cited.
Capture the following within the fig element:
- The fig id.
- A label element containing the label for the item, in the format
Video 1
orAudio 1
. - A caption element.
- An empty media element with:
- a content-type attribute with a value of
url
- a mimetype attribute with a value of
text
- a mime-subtype attribute with a value of
html
- a xlink:href attribute whose value is the location of the video.
- a content-type attribute with a value of
If a transcript of the asset is provided, link the resource to it by using the xref element with the following attributes:
- rid, with a value corresponding to the transcript id;
- ref-type="custom";
- custom-type="transcript".
External video content
<fig id="workid-UKRAI10JL5MB-book-part-2-fig-1" fig-type="resource">
<label>Video 2.1</label>
<caption>
<title>Registered Land</title>
<p>A video detailing the Land Registration Act 2002 and overriding interest.</p>
</caption>
<media mimetype="text" mime-subtype="html" content-type="url"
xlink:href="https://iws.oupsupport.com/ebook/access/content/bevan2e-student-resources/bevan2e-chapter-2-videos"
/>
</fig>
External video content linking to a transcript
<fig id="ojaf154-video1" fig-type="video">
<label>Video 1</label>
<caption><p>Ambivalences of Belonging</p></caption>
<media content-type="youtube" xlink:href="="https://youtu.be/[idOfVideo]">
<xref ref-type="custom" custom-type="transcript" rid="ojaf154-video1-TR"/>
</media>
</fig>