Standard abstract
Capture a standard abstract of an article, book, or book part in an abstract element with the attribute-value pair abstract-type="abstract".
A standard abstract must have a title element
with the text content Abstract
, unless instructed otherwise.
If a standard abstract consists of a single section, use a p element for each paragraph.
A standard abstract must not contain a single sec as its only child.
If an abstract contains both text and an image to be presented together, capture the image within graphic.
If an abstract contains a reference to a specific work, capture the work without a cross-reference element.
Standard abstract
<abstract abstract-type="abstract"> <title>Abstract</title> <p>This is a standard abstract.</p> </abstract>
Abstract with text and image
<abstract abstract-type="abstract">
<title>Abstract</title>
<p>This is an abstract with an image.</p>
<graphic xlink:href="acw09401.png" mimetype="image"/>
</abstract>