author

Author(s) of this particular document

Element Information

Model

Source

<xs:element name="author" type="authorType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Author(s) of this particular document</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< title-info xmlns = "http://www.gribuser.ru/xml/fictionbook/2.0" >

< book-title>

example

</ book-title>

< author>

< nickname>

Online-Convert.com

</ nickname>

</ author>

< genre>

antique

</ genre>

< coverpage>

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

</ coverpage>

< lang>

en

</ lang>

</ title-info>