author

Author(s) of this book

Element Information

Model

Source

<xs:element name="author" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Author(s) of this book</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="authorType"/>
    </xs:complexContent>
  </xs:complexType>
</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>