genre

Genre of this book, with the optional match percentage

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
match xs:integer 100 optional

Source

<xs:element name="genre" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Genre of this book, with the optional match percentage</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="genre:genreType">
        <xs:attribute name="match" type="xs:integer" use="optional" default="100"/>
      </xs:extension>
    </xs:simpleContent>
  </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>