image

Image to be displayed at the top of this section

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alt xs:string optional
href xs:string optional
link target
id xs:ID optional
title xs:string optional
type xs:string optional
link type

Source

<xs:element name="image" type="imageType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Image to be displayed at the top of this section</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< coverpage xmlns = "http://www.gribuser.ru/xml/fictionbook/2.0" >

< image xlink:href = "#_0.jpg" />

</ coverpage>