book-title

Book title

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:lang xs:language optional
Element content's languige

Source

<xs:element name="book-title" type="textFieldType">
  <xs:annotation>
    <xs:documentation>Book title</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>