Standard abstract
Capture the abstract of an article, book, or book part in an abstract element with an abstract-type.
Allowed values of the abstract-type attribute are:
- abstract
- audio
- graphical
- teaser
- video
Use the value abstract
unless instructed otherwise.
An abstract where the value of the abstract-type attribute is
abstract
must have a title element. Use the value
Abstract
unless instructed otherwise.
Capture an abstract consisting of a single section using a p element for each paragraph.
An 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>